From acb2871ee0a9a513b30e5a922d964bc01ec53e70 Mon Sep 17 00:00:00 2001 From: nyra Date: Tue, 22 Sep 2026 14:51:52 -0400 Subject: [PATCH] flake.lock: fix hermes-agent narHash (shallow-clone hash was unreproducible) The hermes-agent input was locked to the narHash of a shallow fetch (revCount 1). After nix-collect-garbage reaped the cached source store path, the next re-fetch produced the full-history tree hash and the lock failed to validate, breaking all nixos-rebuild evaluation. Input repo unshallowed; lock re-resolved against the same rev (d337b736aa1e8ebecfab043842d13e4a2d2f48a3) - no version change. --- flake.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 3a5811d8..b9933cb2 100644 --- a/flake.lock +++ b/flake.lock @@ -35,9 +35,9 @@ }, "locked": { "lastModified": 1790014232, - "narHash": "sha256-0pfylDk73diMdpQH/YyRWpvon+w4YWBRS3uj8T67qHI=", + "narHash": "sha256-YVAqugFjlNFJ3aUqzRmMSxiBSTTZX3BZQwU9EVeGjno=", "rev": "d337b736aa1e8ebecfab043842d13e4a2d2f48a3", - "revCount": 1, + "revCount": 39876, "type": "git", "url": "file:///opt/hermes-agent-v2026.9.21-standalone" },