mirror of
https://github.com/sbrow/envr.git
synced 2025-12-29 23:47:39 -05:00
build: Added Makefile for cross-platform builds.
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user