nix-samples/flake-rust-devshell/rust-toolchain.toml

6 lines
144 B
TOML
Raw Permalink Normal View History

2024-03-19 07:46:33 +01:00
[toolchain]
channel = "nightly-2020-07-10"
components = [ "rustfmt", "rustc-dev" ]
targets = [ "x86_64-unknown-linux-gnu" ]
profile = "minimal"