chore(nix): add cargo-dist and oranda to devshell

This commit is contained in:
Harsh Shandilya 2024-04-16 22:36:50 +05:30
parent 3df6e38bf6
commit f35ce955a6
1 changed files with 2 additions and 0 deletions

View File

@ -110,9 +110,11 @@
];
packages = with pkgs; [
cargo-dist
cargo-insta
cargo-nextest
cargo-release
oranda
rustStable
stdenv.cc
];