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

This commit is contained in:
do butterflies cry? 2025-12-14 12:43:04 +10:00
parent 029f849a4c
commit 51af192b38
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -43,11 +43,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765673695, "lastModified": 1765680112,
"narHash": "sha256-/YOJuSKP1hjG54SJ1LqlsNE7glObKJ6NN84WEGRCS9c=", "narHash": "sha256-BbZWXQJ8EX42HWCbQcJZHa4t8AbLpskxzWImbpyRqdk=",
"owner": "emilelcb", "owner": "emilelcb",
"repo": "nib", "repo": "nib",
"rev": "d0c2429748254dc6475aafaf91e631b7033281d6", "rev": "29b6643c0edecee1a22b8d2776e642acfe99a4db",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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