mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
added Rust toolchain
nix-way setup
This commit is contained in:
9
nixos/rust-toolchain.toml
Normal file
9
nixos/rust-toolchain.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[toolchain]
|
||||
channel = "stable"
|
||||
components = [ "rust-src", "rust-analyzer" ]
|
||||
targets = [
|
||||
"wasm32-wasi",
|
||||
"x86_64-pc-windows-gnu",
|
||||
"x86_64-unknown-linux-gnu",
|
||||
]
|
||||
profile = "default"
|
Reference in New Issue
Block a user