mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-01 02:31:28 +03:00
Add darwin to architecture list
This commit is contained in:
parent
dcdf2f27df
commit
8a574bd152
@ -35,7 +35,7 @@
|
||||
|
||||
lib = nixpkgs.lib;
|
||||
|
||||
supportedSystems = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
|
||||
forAllSystems = f: lib.genAttrs supportedSystems (system:
|
||||
f system (import nixpkgs { inherit system; overlays = [ self.overlay ]; })
|
||||
|
Loading…
Reference in New Issue
Block a user