fix infinite recursion
This commit is contained in:
parent
e9446a170c
commit
91aa0d10a8
3
hive.nix
3
hive.nix
|
@ -5,7 +5,7 @@ let
|
|||
in {
|
||||
meta = {
|
||||
nixpkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
specialArgs = { inherit inputs; };
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
|
||||
sakotop = { names, nodes, ... }: {
|
||||
|
@ -13,7 +13,6 @@ in {
|
|||
allowLocalDeployment = true;
|
||||
targetHost = null;
|
||||
};
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
imports = [ ./default.nix ./hosts/sakotop/configuration.nix ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue