mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
lib/modules.nix: Restore old collectModules interface
This commit is contained in:
parent
9714487f74
commit
439f6790bd
@ -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 New Issue
Block a user