chore: fix Nix build
This commit is contained in:
parent
e6771d7524
commit
f86b192ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ with builtins; let
|
|||
modCandidates = mapAttrs (mod: header:
|
||||
let
|
||||
deps = if header.errors == []
|
||||
then map (m: m.module) header.imports
|
||||
then map (m: m.module) header.result.imports
|
||||
else abort "errors while parsing imports of ${mod}:\n${lib.concatStringsSep "\n" header.errors}";
|
||||
in mkMod mod (map (dep: if modDepsMap ? ${dep} then modCandidates.${dep} else externalModMap.${dep}) deps)) modDepsMap;
|
||||
expandGlob = g:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue