about summary refs log tree commit diff
path: root/pkgs/applications/misc/eureka-ideas
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-04 23:51:22 -0500
committerfigsoda <figsoda@pm.me>2022-12-04 23:55:42 -0500
commit427545645623e496f9215f1a6c8d4fbfe068332b (patch)
tree8d855b37b645e6e647963893a6acab094f563e77 /pkgs/applications/misc/eureka-ideas
parentbd118caf88a0c792411422581a994da3971fd5e8 (diff)
eureka-ideas: enable cargo parallel tests with nextest
Diffstat (limited to 'pkgs/applications/misc/eureka-ideas')
-rw-r--r--pkgs/applications/misc/eureka-ideas/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/eureka-ideas/default.nix b/pkgs/applications/misc/eureka-ideas/default.nix
index ee15f31632cb2..45e36010906b6 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";