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.
This commit is contained in:
Generated
+2
-2
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user