Skip to content

Commit

Permalink
nix: remove coz, never worked
Browse files Browse the repository at this point in the history
  • Loading branch information
tilpner committed Sep 30, 2021
1 parent 3999766 commit b4cc4f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ in (mkShell.override { inherit (llvmPackages) stdenv; }) rec {
];
# pretend we have nightly to use cargo-fuzz
# RUSTC_BOOTSTRAP = "1";
QUICKCHECK_TESTS = 10;
QUICKCHECK_TESTS = 1000;

JULEA_PREFIX = "${toString ./.}/julea-install";
# JULEA_TRACE = "echo";
Expand Down Expand Up @@ -62,7 +62,6 @@ in (mkShell.override { inherit (llvmPackages) stdenv; }) rec {
heaptrack
hotspot
psrecord
coz

trace-cmd

Expand Down

0 comments on commit b4cc4f3

Please sign in to comment.