mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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.
6 lines
156 B
TOML
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"]
|