mirror of
https://github.com/NixOS/nix.git
synced 2025-02-19 18:32:36 +00:00
Build for aarch64-darwin
This commit is contained in:
parent
b10256af51
commit
1f390922d0
@ -18,7 +18,7 @@
|
||||
|
||||
linux64BitSystems = [ "x86_64-linux" "aarch64-linux" ];
|
||||
linuxSystems = linux64BitSystems ++ [ "i686-linux" ];
|
||||
systems = linuxSystems ++ [ "x86_64-darwin" ];
|
||||
systems = linuxSystems ++ [ "x86_64-darwin" "aarch64-darwin" ];
|
||||
|
||||
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user