We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedd99f commit 8815d57Copy full SHA for 8815d57
src/tools/nix-dev-shell/shell.nix
@@ -16,6 +16,7 @@ pkgs.mkShell {
16
pkgs.nix
17
pkgs.glibc.out
18
pkgs.glibc.static
19
+ pkgs.rust-analyzer
20
x
21
# Get the runtime deps of the x wrapper
22
] ++ lists.flatten (attrsets.attrValues env);
0 commit comments