nix: switch to cargo-nextest

This commit is contained in:
raf 2025-06-02 11:24:41 +03:00
commit 728483d84f
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -4,6 +4,8 @@
rustfmt,
clippy,
cargo,
cargo-machete,
cargo-nextest,
rustPlatform,
}:
mkShell {
@ -13,6 +15,8 @@ mkShell {
rustfmt
clippy
cargo
cargo-machete
cargo-nextest
];
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";