lib/modules.nix: Restore old collectModules interface

This commit is contained in:
Robert Hensing
2023-02-13 11:12:46 +01:00
parent 9714487f74
commit 439f6790bd
+1 -1
View File
@@ -1251,7 +1251,6 @@ let
{
inherit
applyModuleArgsIfFunction
collectModules
dischargeProperties
evalOptionValue
mergeModules
@@ -1259,6 +1258,7 @@ let
pushDownProperties
unifyModuleSyntax
;
collectModules = collectModules null;
};
in