mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 22:48:02 +03:00
Merge pull request #77 from DieracDelta/patch-1
Add darwin to architecture list
This commit is contained in:
commit
a23bc67726
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
lib = nixpkgs.lib;
|
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:
|
forAllSystems = f: lib.genAttrs supportedSystems (system:
|
||||||
f system (import nixpkgs { inherit system; overlays = [ self.overlay ]; })
|
f system (import nixpkgs { inherit system; overlays = [ self.overlay ]; })
|
||||||
|
Loading…
Reference in New Issue
Block a user