A project I'm contributing to unfortunately has all their scripts do things like
cargo +nightly fmt
cargo +nightly clippy
and while that's useful outside a nix managed environment it leads to me carrying a patchset just to be able to contribute.
Do you think a "fake rustup" that strips out and ignores these args before calling the real tools would be in scope for this project?
A project I'm contributing to unfortunately has all their scripts do things like
and while that's useful outside a nix managed environment it leads to me carrying a patchset just to be able to contribute.
Do you think a "fake rustup" that strips out and ignores these args before calling the real tools would be in scope for this project?