1
0
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:
XNM
2023-11-09 22:28:06 +02:00
parent 60ccdd47cd
commit c933e8be01
5 changed files with 118 additions and 12 deletions

View 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"