We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I maintain some templates to easily setup projects, they use Direnv and Devbox nor Nix
The Rust template broke when i upgrade from the Rust's channel 1.80.1 to 1.81.0 or above
I also tried with empty devbox.json, the issue happen when using
devbox.json
eval "$(devbox generate direnv --print-envrc)"
Without Devbox, the PATH contains GCC wrapper 13.3.0 /nix/store/3ix5h74n7ar9950vwzp4dxmil70pmx0k-gcc-wrapper-13.3.0/bin
/nix/store/3ix5h74n7ar9950vwzp4dxmil70pmx0k-gcc-wrapper-13.3.0/bin
With Devbox, the PATH GCC wrapper 12.3.0 takes precedence /nix/store/zlzz2z48s7ry0hkl55xiqp5a73b4mzrg-gcc-wrapper-12.3.0/bin
/nix/store/zlzz2z48s7ry0hkl55xiqp5a73b4mzrg-gcc-wrapper-12.3.0/bin
--omit-nix-dev seems to just remove the bad GCC wrapper
--omit-nix-dev
This seems enougth to be able to use Rust 1.81.0 and abose with Devbox
I did a repository to show this commit by commit
devbox generate direnv --print-envrc
--omit-nix-env
direnv allow rm -rf ./target # in order to avoid previous broken cache cargo test
{ "packages": [ "rustup@latest", "bacon@latest", "mask@latest", "bashInteractive@latest", "git-gamble@latest" ] }
0.13.6
nix (Nix) 2.24.8
Linux (x86-64)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
Hello,
I maintain some templates to easily setup projects, they use Direnv and Devbox nor Nix
The Rust template broke when i upgrade from the Rust's channel 1.80.1 to 1.81.0 or above
I also tried with empty
devbox.json
, the issue happen when usingWithout Devbox, the PATH contains GCC wrapper 13.3.0
/nix/store/3ix5h74n7ar9950vwzp4dxmil70pmx0k-gcc-wrapper-13.3.0/bin
With Devbox, the PATH GCC wrapper 12.3.0 takes precedence
/nix/store/zlzz2z48s7ry0hkl55xiqp5a73b4mzrg-gcc-wrapper-12.3.0/bin
--omit-nix-dev
seems to just remove the bad GCC wrapperThis seems enougth to be able to use Rust 1.81.0 and abose with Devbox
Steps to reproduce
I did a repository to show this commit by commit
devbox generate direnv --print-envrc
(this will be needed in few steps)--omit-nix-env
fix the problemCommand
devbox.json
Devbox version
0.13.6
Nix version
nix (Nix) 2.24.8
What system does this bug occur on?
Linux (x86-64)
Debug logs
No response
The text was updated successfully, but these errors were encountered: