fix: add rustup to nix shell for building

This commit is contained in:
colbs255 2024-04-14 23:15:58 -04:00
parent 64c5e85457
commit 6aa645600a

View file

@ -16,6 +16,7 @@ pkgs.mkShell {
ripgrep
fzf
zoxide
rustup
];
buildInputs = with pkgs;