This repository was archived by the owner on Jul 24, 2026. It is now read-only.
fix(nix): refresh npmDepsHash for the agent-spec dependency - #95
Merged
schickling-assistant merged 1 commit intoJul 21, 2026
Merged
Conversation
The flake re-landed with a hash computed against the pre-agent-spec lockfile, so every Nix build of convoy fails with "npmDepsHash is out of date" as soon as the lock carries the KDL parser the spec work added. This is the same merge-order accident the flake re-land itself describes: the flake and the lockfile moved in separate PRs, and the hash records a state that no longer exists on main. Measured with prefetch-npm-deps against main's current package-lock.json rather than copied from a failing build's error output.
schickling-assistant
deleted the
schickling-assistant/2026-07-21-npmdeps-refresh
branch
July 21, 2026 00:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The flake re-landed with a hash computed against the pre-agent-spec lockfile, so every Nix build of convoy fails with
npmDepsHash is out of dateonce the lock carries the KDL parser the spec work added.This is the same merge-order accident the flake re-land itself describes: the flake and the lockfile moved in separate PRs, so the hash records a state that no longer exists on main.
Measured with
prefetch-npm-depsagainst main's currentpackage-lock.json, not copied from a failing build's error output.Found while repinning a downstream consumer from pre-merge branch pins to main — the first consumer to build against merged main hits this immediately.