From 427545645623e496f9215f1a6c8d4fbfe068332b Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 4 Dec 2022 23:51:22 -0500 Subject: [PATCH] eureka-ideas: enable cargo parallel tests with nextest --- pkgs/applications/misc/eureka-ideas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/eureka-ideas/default.nix b/pkgs/applications/misc/eureka-ideas/default.nix index ee15f31632c..45e36010906 100644 --- a/pkgs/applications/misc/eureka-ideas/default.nix +++ b/pkgs/applications/misc/eureka-ideas/default.nix @@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec { Security ]; - dontUseCargoParallelTests = true; + useNextest = true; meta = with lib; { description = "CLI tool to input and store your ideas without leaving the terminal";