From 51af192b38eaad56c78fe74ad62e3296dc9e6499 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Sun, 14 Dec 2025 12:43:04 +1000 Subject: [PATCH] progress flake.lock (nib.result.unwrap -> nib.types.unwrapRes) --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index d52b526..bfac313 100644 --- a/flake.lock +++ b/flake.lock @@ -43,11 +43,11 @@ ] }, "locked": { - "lastModified": 1765673695, - "narHash": "sha256-/YOJuSKP1hjG54SJ1LqlsNE7glObKJ6NN84WEGRCS9c=", + "lastModified": 1765680112, + "narHash": "sha256-BbZWXQJ8EX42HWCbQcJZHa4t8AbLpskxzWImbpyRqdk=", "owner": "emilelcb", "repo": "nib", - "rev": "d0c2429748254dc6475aafaf91e631b7033281d6", + "rev": "29b6643c0edecee1a22b8d2776e642acfe99a4db", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 1d033b4..ddb8562 100644 --- a/flake.nix +++ b/flake.nix @@ -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?!?