Skip to content

Commit

Permalink
lib/modules.nix: Restore old collectModules interface
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed May 6, 2023
1 parent 9714487 commit 439f679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1251,14 +1251,14 @@ let
{
inherit
applyModuleArgsIfFunction
collectModules
dischargeProperties
evalOptionValue
mergeModules
mergeModules'
pushDownProperties
unifyModuleSyntax
;
collectModules = collectModules null;
};

in
Expand Down

0 comments on commit 439f679

Please sign in to comment.