From 728483d84fc8921a2b60e3426ab830461d3c51df Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 2 Jun 2025 11:24:41 +0300 Subject: [PATCH] nix: switch to cargo-nextest --- nix/shell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/shell.nix b/nix/shell.nix index 965a0eb..f809a12 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -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}";