Commit 114cfb7
committed
fix(nix): resync npmDepsHash after upstream merge (#352)
The 182-commit upstream sync (PR #352) changed package-lock.json, so the pinned npmDepsHash in nix/lib.nix went stale and the nix flake-check failed (advisory, non-blocking, but breaks the nix build on main). Bumped to the hash fetchNpmDeps actually computes for the merged lockfile (the authoritative 'got:' from CI, which fix-lockfiles itself prefers over the prefetch-npm-deps guess). No package-lock.json change — this path only updates the hash.
Co-Authored-By: Hermes Evolution <<REDACTED:email:5484c254e0d8265e80a4c422e37c84ac>>1 parent 6ddc2d0 commit 114cfb7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments