chore(nix): relock logos-module-builder onto the crates.io CDN wiring - #12
Merged
adklempner merged 4 commits intoSep 8, 2026
Merged
Conversation
igor-sirotin
marked this pull request as draft
September 8, 2026 21:10
igor-sirotin
marked this pull request as ready for review
September 8, 2026 21:12
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.
Description
logos-module-builderin both module flakes and in the root flake,6ef42ea(Jul 1) →9f420c2(Sep 8). That rev carries fix(nix): apply logos-nix's native overlays in mkPkgsWith logos-module-builder#233 and #234, which apply logos-nix'slib.nativeOverlaysacross the closure — so every crate now comes fromstatic.crates.ioinstead of the/api/v1endpoint crates.io 403s.rust-lib'sCargo.lockontologos-rust-sdk0.3.0, the path-dep version the module-builder bump moves.Crate fetches on the dead endpoint, counted over
.#logos-rln-module-lgxand.#logos-lez-rln-module-lgx: 0 of 321 and 0 of 403. Every root output exceptwallet-modulebuilds.AI-made decisions
flake.lockpins its own copy of each path input's graph, so bumping the two sub-flake locks alone leftnix build .#...at the root still resolving module-builder6ef42ea. Both sub-flake locks and the root lock have to move together; CI never caught it because both jobs buildpath:./logos-rln-module, never the root flake.logos-execution-zonestays deliberately pinned to the v0.2.2-era rev, sowallet-moduleis untouched and still fails: 161 of its 1122 crate fetches remain on the dead endpoint, all inside a closure that is not a logos-nix consumer and so out of reach of this change.