Skip to content

Commit ae4dda7

Browse files
committed
fix(nix): Use rustup instead of indivual components
This lets us correctly use the toolchain from rust-toolchain.toml, instead of hard setting to rustc (and co).
1 parent bc4cf20 commit ae4dda7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

shell.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
pkgs.mkShell {
88
packages = with pkgs; [
9-
cargo
10-
rustc
9+
rustup
1110
nodejs
1211
zizmor
1312
];

0 commit comments

Comments
 (0)