fix mergeStructs renamed -> overrideStruct

This commit is contained in:
Emile Clark-Boman 2026-01-15 13:18:35 +10:00
parent b0f2fe9b7f
commit d0a103a329
2 changed files with 5 additions and 5 deletions

View file

@ -60,7 +60,7 @@
else let
templateAttrs = templateNode name nodeAttrs.system;
in
nib.parse.mergeStructs templateAttrs nodeAttrs;
nib.parse.overrideStruct templateAttrs nodeAttrs;
mapNodes' = f:
builtins.mapAttrs