Skip to content

Commit 925e46f

Browse files
committed
add rustup to nix shell
1 parent 351e8c9 commit 925e46f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/nix-dev-shell/shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pkgs.mkShell {
1616
pkgs.nix
1717
pkgs.glibc.out
1818
pkgs.glibc.static
19+
pkgs.rustup
1920
x
2021
# Get the runtime deps of the x wrapper
2122
] ++ lists.flatten (attrsets.attrValues env);

0 commit comments

Comments
 (0)