Files
firezone/rust/rust-toolchain.toml
Thomas Eizinger 4cb2b01c26 build(nix): manage Rust installation via rustup (#8235)
Using `rustup` - even on NixOS - is easier to manage the Rust toolchain
as some tools rely on being able to use the `rustup` shims such as
`+nightly` to run a nightly toolchain.
2025-02-24 01:33:13 +00:00

6 lines
156 B
TOML

[toolchain]
# Keep synced with `Dockerfile`
channel = "1.84.0"
components = ["rust-src", "rust-analyzer", "clippy"]
targets = ["x86_64-unknown-linux-musl"]