Skip to content

Commit

Permalink
fix: loadsubModule laizyArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Oct 11, 2023
1 parent 5bea3b3 commit dd2aeb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/haumea/nixosModules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ let
);

moduleArgs = baseModuleArgs // {
loadSubmodule =
path: (mkExtenders (builtins.scopedImport baseModuleArgs path) path);
loadSubmodule = path: (mkExtenders (callModuleLazily baseModuleArgs path) path);
};

callArgsLazily =
Expand Down

0 comments on commit dd2aeb1

Please sign in to comment.