nix: get rust-src component from rust-overlay
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I47eba6fba279ee61a1147fa39dd6789c6a6a6964
This commit is contained in:
parent
4f24a47e1e
commit
8e33088458
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ in
|
||||||
# This is not exactly necessary, but it allows for compiling for various targets
|
# This is not exactly necessary, but it allows for compiling for various targets
|
||||||
# with the least amount of friction.
|
# with the least amount of friction.
|
||||||
(rust-bin.nightly.latest.default.override {
|
(rust-bin.nightly.latest.default.override {
|
||||||
extensions = ["rustfmt" "rust-analyzer" "clippy" "rust-analyzer"] ++ extraComponents;
|
extensions = ["rustfmt" "rust-src" "rust-analyzer" "clippy" "rust-analyzer"] ++ extraComponents;
|
||||||
targets =
|
targets =
|
||||||
[
|
[
|
||||||
"wasm32-unknown-unknown" # web
|
"wasm32-unknown-unknown" # web
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue