use nib's new getAttrOr

This commit is contained in:
do butterflies cry? 2026-01-22 10:30:41 +10:00
parent ca65318170
commit 52231b1a4d

View file

@ -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