Skip to content

Commit 32eaf2d

Browse files
committed
fix: adapt to changes in Rustup 1.28.0
1 parent 1be4fe6 commit 32eaf2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell.nix

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pkgs.mkShell {
2222
mkdir -p "$DATA_DIR/shell"
2323
2424
rustup default stable
25+
rustup toolchain install
2526
rustup update
2627
cargo fetch
2728

0 commit comments

Comments
 (0)