Merge pull request #209 from olebedev/patch-1

Add `aarch64-darwin` support for the `nixos-generators` Nix package
This commit is contained in:
Lassulus 2023-02-13 19:47:02 +05:30 committed by GitHub
commit 1f341223c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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