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 351e8c9 commit 925e46fCopy full SHA for 925e46f
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.rustup
20
x
21
# Get the runtime deps of the x wrapper
22
] ++ lists.flatten (attrsets.attrValues env);
0 commit comments