extern: move specialArgs here
This commit is contained in:
parent
0ec0c25238
commit
c6d25002ed
6
extern/default.nix
vendored
6
extern/default.nix
vendored
@ -9,4 +9,10 @@
|
||||
nur.overlay
|
||||
devshell.overlay
|
||||
];
|
||||
|
||||
# passed to all nixos modules
|
||||
specialArgs = {
|
||||
unstableModulesPath = "${master}/nixos/modules";
|
||||
hardware = nixos-hardware.nixosModules;
|
||||
};
|
||||
}
|
||||
|
@ -19,12 +19,7 @@ let
|
||||
nixosSystemExtended {
|
||||
inherit system;
|
||||
|
||||
specialArgs =
|
||||
{
|
||||
inherit suites;
|
||||
unstableModulesPath = "${master}/nixos/modules";
|
||||
hardware = nixos-hardware.nixosModules;
|
||||
};
|
||||
specialArgs = extern.specialArgs // { inherit suites; };
|
||||
|
||||
modules =
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user