nix: add cargo-nextest to devshell

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I2266c2f3fccff23fa3950f8fac3365f36a6a6964
This commit is contained in:
raf 2026-01-22 11:27:32 +03:00
commit dca7cca455
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -6,6 +6,7 @@
clippy, clippy,
taplo, taplo,
rust-analyzer-unwrapped, rust-analyzer-unwrapped,
cargo-nextest,
rustPlatform, rustPlatform,
}: }:
mkShell { mkShell {
@ -20,6 +21,9 @@ mkShell {
cargo cargo
taplo taplo
rust-analyzer-unwrapped rust-analyzer-unwrapped
# Additional Cargo Tooling
cargo-nextest
]; ];
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}"; RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";