mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
8 lines
215 B
TOML
8 lines
215 B
TOML
[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"
|
|
]
|