Skip to content

fix: update rust-overlay to a more recent version in flake.lock#745

Merged
gmpinder merged 1 commit intoblue-build:mainfrom
esteve:update-flake-lock
Apr 6, 2026
Merged

fix: update rust-overlay to a more recent version in flake.lock#745
gmpinder merged 1 commit intoblue-build:mainfrom
esteve:update-flake-lock

Conversation

@esteve
Copy link
Copy Markdown
Contributor

@esteve esteve commented Mar 31, 2026

This PR updates the rust-overlay via nix flake update, the previous version was stuck with the Rust 1.76 toolchain and so the project couldn't be built:

direnv: loading ~/Projects/almalinux/bluebuild/cli/.envrc
direnv: using flake
error: Cannot build '/nix/store/adyc3z90r4pq5m5z2vbjmskjpm10m2df-cargo-1.76.0-x86_64-unknown-linux-gnu.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/px40rqjp6p3yr8a7k146w7ib1jpkp14z-cargo-1.76.0-x86_64-unknown-linux-gnu
       Last 3 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/lkbacjsqhp3imp9ldyjh1qa6vrf7mayf-unknown
       > do not know how to unpack source archive /nix/store/lkbacjsqhp3imp9ldyjh1qa6vrf7mayf-unknown
       For full logs, run:
         nix log /nix/store/adyc3z90r4pq5m5z2vbjmskjpm10m2df-cargo-1.76.0-x86_64-unknown-linux-gnu.drv
error: Cannot build '/nix/store/1x0k6q3gjb1amxxx38mk506vbm8yi3id-rust-default-1.76.0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/h40m10lc33bvy9qx6l33qdh4qlva78i9-rust-default-1.76.0
error: Cannot build '/nix/store/czgd2vk2ns4j4kh4wjj70dfm4hw0p9n0-nix-shell-env.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/04d30bawwbb8rd5601px9xik4lwx47wc-nix-shell-env

Signed-off-by: Esteve Fernandez <esteve@apache.org>
@esteve esteve requested a review from gmpinder as a code owner March 31, 2026 09:17
Copy link
Copy Markdown
Member

@gmpinder gmpinder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this. Someone else contributed the nix stuff, so it's nice to have contributors like you to come in and help with this since I don't use nix.

@gmpinder gmpinder merged commit 3491d5c into blue-build:main Apr 6, 2026
@esteve esteve deleted the update-flake-lock branch April 7, 2026 06:29
@esteve
Copy link
Copy Markdown
Contributor Author

esteve commented Apr 7, 2026

@gmpinder no problem! Happy to contribute that 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants