shell.nix: cargo-watch

This commit is contained in:
Cadey Ratio 2020-05-09 10:12:06 -04:00
parent e1a0d912fe
commit 298942850e
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ in pkgs.mkShell {
# gamebridge
rustc
cargo
cargo-watch
rls
rustfmt
];