mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 10:05:06 +03:00
Merge pull request #209 from olebedev/patch-1
Add `aarch64-darwin` support for the `nixos-generators` Nix package
This commit is contained in:
commit
1f341223c2
@ -48,7 +48,7 @@
|
||||
# Binary and Devshell outputs (depend on nixpkgs)
|
||||
(
|
||||
let
|
||||
forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" "x86_64-darwin" "i686-linux" "aarch64-linux" ];
|
||||
forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" "x86_64-darwin" "i686-linux" "aarch64-linux" "aarch64-darwin" ];
|
||||
in {
|
||||
|
||||
packages = forAllSystems (system: let
|
||||
|
Loading…
Reference in New Issue
Block a user