You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Nix (nix develop) to prepare a reproducible build environment for the Rust codebase. Some users report that cargo clippy fails due to incompatible version of Rust compiler(?), while it works for other users as the cargo-clippy is reproducibly available in the $PATH.
After some debugging it turns out that users that have cargo-clippy installed in $HOME/.cargo/bin are affected because cargoprefers such binaries over those in $PATH, breaking out of the "sandbox".