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

6 lines
144 B
TOML

[toolchain]
channel = "nightly-2024-03-17"
components = [ "rustfmt", "rustc-dev" ]
targets = [ "x86_64-unknown-linux-gnu" ]
profile = "minimal"