nix(develop): add rustup

This commit is contained in:
Mark Joshwel 2025-01-23 01:13:08 +08:00
parent 894b4e19bc
commit 8ed291af9c

View file

@ -22,7 +22,7 @@
}; };
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [ rustc cargo cargo-zigbuild zig ]; nativeBuildInputs = with pkgs; [ rustup rustc cargo cargo-zigbuild zig ];
}; };
} }
); );