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