feat(renovate): track the agent-image nixpkgs channel pin (RIG-3365) - #1046
Open
rigel-mintaka wants to merge 1 commit into
Open
feat(renovate): track the agent-image nixpkgs channel pin (RIG-3365)#1046rigel-mintaka wants to merge 1 commit into
rigel-mintaka wants to merge 1 commit into
Conversation
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
rigel-mintaka
added this pull request to stack #1048
September 9, 2026 20:35
The agent base image's devenv scope pins both a devenv-nixpkgs channel rev and a RigelBuild/devenv fork rev, but only the fork was tracked. Three of the four devenv pins in the tree moved on a Renovate cadence; agent-image's channel rev only ever moved when someone relocked it by hand. Add the fourth pin: a customManager over agent-image/devenv.lock's nixpkgs node under its own depName, a solo-branched packageRule, and a scope-correct refresher that relocks via the devenv CLI the lock itself pins. The refresher is separate from refresh-devenv-nixpkgs.ts rather than a widened scope on it. That script's tail is root-only: it mirrors the channel's biome into the catalog and locksteps the repo-root flake.nix. agent-image bakes nothing into a shell and has no flake, so widening would put the whole tail behind a conditional on a path two live rules already depend on. Co-authored-by: Matt Wilkinson <matt@rigel.build>
rigel-mintaka
force-pushed
the
dependencies/rig-3365-agent-image-nixpkgs
branch
from
September 10, 2026 01:30
ea34c5f to
9145227
Compare
rigel-mintaka
marked this pull request as ready for review
September 10, 2026 01:30
|
Compass engineering docs preview: https://dependencies-rig-3365-agent-77ej.compass-eng-docs.pages.dev Deployed from |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR is part of a stack containing 2 PRs:
mainThe agent base image's devenv scope pins both a devenv-nixpkgs channel rev and
a RigelBuild/devenv fork rev, but only the fork was tracked. Three of the four
devenv pins in the tree moved on a Renovate cadence; agent-image's channel rev
only ever moved when someone relocked it by hand.
Add the fourth pin: a customManager over agent-image/devenv.lock's nixpkgs node
under its own depName, a solo-branched packageRule, and a scope-correct
refresher that relocks via the devenv CLI the lock itself pins.
The refresher is separate from refresh-devenv-nixpkgs.ts rather than a widened
scope on it. That script's tail is root-only: it mirrors the channel's biome
into the catalog and locksteps the repo-root flake.nix. agent-image bakes
nothing into a shell and has no flake, so widening would put the whole tail
behind a conditional on a path two live rules already depend on.
Co-authored-by: Matt Wilkinson matt@rigel.build