lock rust version #4
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, nix-shell gets the latest rustc nightly version, which slows down startup when it is updated, and also can lead to reproducibility problems.
The Rust version is now locked in two places. They should always be updated together.
default.nix
:rustcSrc
channel-rust-nightly.toml
Okay. Is there more to do or can we close this issue?