progress flake.lock (nib.result.unwrap -> nib.types.unwrapRes)

This commit is contained in:
Emile Clark-Boman 2025-12-14 12:43:04 +10:00
parent 69bc00805a
commit 3b0134b511
2 changed files with 4 additions and 4 deletions

View file

@ -102,7 +102,7 @@
templateAttrs = templateNode name nodeAttrs.system;
r = nib.parse.mergeStruct templateAttrs nodeAttrs;
in
nib.result.unwrap (_:
nib.result.unwrapRes (_:
builtins.abort ''
Cerulean failed to parse `cerulean.nexus.nodes.${name}`!
mergeStruct should never return `result.Err`... How are you here?!?