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, rustfmt,
clippy, clippy,
cargo, cargo,
cargo-machete,
cargo-nextest,
rustPlatform, rustPlatform,
}: }:
mkShell { mkShell {
@ -13,6 +15,8 @@ mkShell {
rustfmt rustfmt
clippy clippy
cargo cargo
cargo-machete
cargo-nextest
]; ];
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}"; RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";