build: Added Makefile for cross-platform builds.

This commit is contained in:
2025-11-05 15:53:05 -05:00
parent 7a49858a58
commit 8a349dd760
3 changed files with 102 additions and 1 deletions

View File

@@ -21,7 +21,12 @@
imports = [
inputs.treefmt-nix.flakeModule
];
systems = [ "x86_64-linux" ];
systems = [
"x86_64-linux"
"aarch64-linux"
"aarch64-darwin"
];
perSystem =
{ pkgs, system, inputs', ... }: {
@@ -92,6 +97,9 @@
gotools
cobra-cli
# Build tools
zip
# IDE
unstable.helix
typescript-language-server