Skip to content

Commit b4cc4f3

Browse files
committedSep 30, 2021
nix: remove coz, never worked
1 parent 3999766 commit b4cc4f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎shell.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ in (mkShell.override { inherit (llvmPackages) stdenv; }) rec {
3030
];
3131
# pretend we have nightly to use cargo-fuzz
3232
# RUSTC_BOOTSTRAP = "1";
33-
QUICKCHECK_TESTS = 10;
33+
QUICKCHECK_TESTS = 1000;
3434

3535
JULEA_PREFIX = "${toString ./.}/julea-install";
3636
# JULEA_TRACE = "echo";
@@ -62,7 +62,6 @@ in (mkShell.override { inherit (llvmPackages) stdenv; }) rec {
6262
heaptrack
6363
hotspot
6464
psrecord
65-
coz
6665

6766
trace-cmd
6867

0 commit comments

Comments
 (0)
Please sign in to comment.