mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Include rust-src in rust-toolchain for nix
This commit is contained in:
parent
14d32678e4
commit
87fdddd19a
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
[toolchain]
|
||||
channel = "1.60.0" # make sure to update the rust version in Earthfile as well
|
||||
profile = "default"
|
||||
components = [
|
||||
# for usages of rust-analyzer or similar tools inside `nix develop`
|
||||
"rust-src"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue