Files
Philipp Schuster b65cac29bf nix: get rust toolchain from rust-overlay
Now, a nix-shell always has the latest rust stable version, compliant to our
rust-toolchain.toml file.
2023-11-24 10:54:43 +01:00

6 lines
183 B
TOML

[toolchain]
channel = "stable"
# cargo, clippy, rustc, rust-docs, rustfmt, rust-std
profile = "default"
targets = ["aarch64-unknown-uefi", "i686-unknown-uefi", "x86_64-unknown-uefi"]