fix: unresolved import [of std] on NixOS in RA
On NixOS, when entering the devshell, Rust Analyzer couldn't locate `std` (sysroot) since it was missing.
This commit is contained in:
parent
3e1b352297
commit
6fc7fd2baf
1 changed files with 1 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.80"
|
channel = "1.80"
|
||||||
|
components = [ "rust-src" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue