eww/rust-toolchain.toml
moni 6657ef493e
heavily refactor nix flake (#532)
* heavily refactor nix flake

* move from legacy rust-toolchain to rust-toolchain.toml
2022-08-21 23:09:54 +02:00

5 lines
91 B
TOML

[toolchain]
channel = "nightly-2022-04-13"
components = [ "rust-src" ]
profile = "default"