eval.nix: Don't pass baseModules to modules
This is unnecessary and breaks the separation of user `modules` and `baseModules` in `eval-config.nix`.
This commit is contained in:
parent
9251019723
commit
7cd9b6f70c
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ let
|
|||
keyChownModule
|
||||
deploymentOptions
|
||||
hive.defaults
|
||||
] ++ configs ++ (import (npkgs.path + "/nixos/modules/module-list.nix"));
|
||||
] ++ configs;
|
||||
specialArgs = hive.meta.specialArgs // {
|
||||
inherit name;
|
||||
nodes = uncheckedNodes;
|
||||
|
|
Loading…
Reference in a new issue