We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d55485 commit 6c57792Copy full SHA for 6c57792
1 file changed
nix/shell.nix
@@ -10,14 +10,20 @@ in
10
nativeBuildInputs =
11
[
12
(rust-bin.stable.latest.default.override {
13
+ # rustc cargo rust-std rust-mingw rust-docs rustfmt-preview clippy-preview
14
extensions = [
15
"rust-src"
16
"rustfmt"
17
"rust-analyzer"
18
"clippy"
19
+ # for rust-rover (?)
20
+ # "rust-std"
21
];
22
})
23
24
25
+ # pkgs.rustup
26
+
27
nodePackages.cspell
28
29
pkgs.diesel-cli
0 commit comments