lib/types: Use map instead of imap1 in submoduleWith

main
Robert Hensing 2 years ago
parent 907627f656
commit d4a84aeeca
  1. 2
      lib/types.nix

@ -580,7 +580,7 @@ rec {
let
inherit (lib.modules) evalModules;
allModules = defs: imap1 (n: { value, file }:
allModules = defs: map ({ value, file }:
if isAttrs value && shorthandOnlyDefinesConfig
then { _file = file; config = value; }
else { _file = file; imports = [ value ]; }

Loading…
Cancel
Save