fix: avoid inherit
This commit is contained in:
parent
8af91887ca
commit
6168b5e200
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ inArgs: hostname: hostOptions: let
|
|||
else inArgs.nixpkgs.lib.nixosSystem;
|
||||
in
|
||||
nixosSystem {
|
||||
specialArgs = {inherit inArgs;};
|
||||
specialArgs = {inArgs = inArgs;};
|
||||
modules = [
|
||||
../hosts/${hostname}
|
||||
#./debug.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue