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

6 lines
144 B
TOML

[toolchain]
channel = "nightly-2020-07-10"
components = [ "rustfmt", "rustc-dev" ]
targets = [ "x86_64-unknown-linux-gnu" ]
profile = "minimal"