mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
10 lines
335 B
TOML
10 lines
335 B
TOML
[toolchain]
|
|
channel = "1.61.0" # make sure to update the rust version in Earthfile as well
|
|
# channel = "nightly-2022-04-03" # nightly to be able to use unstable features
|
|
profile = "default"
|
|
components = [
|
|
# for usages of rust-analyzer or similar tools inside `nix develop`
|
|
"rust-src"
|
|
]
|
|
targets = [ "x86_64-unknown-linux-gnu" ]
|