mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
only include linux systems supported by nixpkgs/hydra in forAllSystems
This commit is contained in:
parent
49a2b11a00
commit
6d68d9181b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
getHosts = import lib/hosts.nix;
|
getHosts = import lib/hosts.nix;
|
||||||
forAllSystems = f: builtins.listToAttrs (map
|
forAllSystems = f: builtins.listToAttrs (map
|
||||||
(name: { inherit name; value = f name; })
|
(name: { inherit name; value = f name; })
|
||||||
(nixpkgs.lib.platforms.all)
|
[ "aarch64-linux" "i686-linux" "x86_64-linux" ]
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue