Remove deprecated "system" parameter.
This commit is contained in:
@@ -63,7 +63,6 @@
|
||||
nixosConfigs = builtins.mapAttrs (
|
||||
hostname: nodeConfig: format:
|
||||
nixpkgs.lib.nixosSystem {
|
||||
inherit (nodeConfig) system;
|
||||
specialArgs = {
|
||||
inherit self;
|
||||
|
||||
@@ -84,6 +83,9 @@
|
||||
./configuration.nix
|
||||
(./. + "/hosts/${hostname}")
|
||||
(./. + "/formats/${format}.nix")
|
||||
{
|
||||
config.nixpkgs.hostPlatform.system = nodeConfig.system;
|
||||
}
|
||||
];
|
||||
}
|
||||
) nodes;
|
||||
|
||||
Reference in New Issue
Block a user