Skip to content

Commit 99b33ab

Browse files
author
m0ssc0de
committed
add rust-src for rust-analyzer
1 parent 6583d69 commit 99b33ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ let
66
};
77
rust = (channel.rust.override {
88
targets = [ "wasm32-unknown-unknown" ];
9+
extensions = ["rust-src"];
910
});
1011
in
1112
with pkgs;

0 commit comments

Comments
 (0)