lib/modules.nix: Restore old collectModules interface
This commit is contained in:
parent
9714487f74
commit
439f6790bd
1 changed files with 1 additions and 1 deletions
|
@ -1251,7 +1251,6 @@ let
|
|||
{
|
||||
inherit
|
||||
applyModuleArgsIfFunction
|
||||
collectModules
|
||||
dischargeProperties
|
||||
evalOptionValue
|
||||
mergeModules
|
||||
|
@ -1259,6 +1258,7 @@ let
|
|||
pushDownProperties
|
||||
unifyModuleSyntax
|
||||
;
|
||||
collectModules = collectModules null;
|
||||
};
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue