fix bad getAttrOr call
This commit is contained in:
parent
e28d06e346
commit
a538a7f9bc
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
mkNexus = root: outputs': let
|
mkNexus = root: outputs': let
|
||||||
autogen = mkNexus' root <| getAttrOr {} "nexus" outputs';
|
autogen = mkNexus' root <| getAttrOr "nexus" {} outputs';
|
||||||
outputs = removeAttrs outputs' ["nexus"];
|
outputs = removeAttrs outputs' ["nexus"];
|
||||||
in
|
in
|
||||||
autogen // outputs; # XXX: TODO: replace this with a deep merge
|
autogen // outputs; # XXX: TODO: replace this with a deep merge
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue