Include rust-src in rust-toolchain for nix

This commit is contained in:
Ayaz Hafiz 2022-05-31 11:26:47 -05:00
parent 14d32678e4
commit 87fdddd19a
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -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"
]