aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-09-19 16:04:00 +0200
committerEelco Dolstra <edolstra@gmail.com>2023-09-19 16:04:00 +0200
commit126e2645f2a060197655f9a699ffa4dc3a464bdd (patch)
treeec8f74ede4ff4839207ce0fcde71f6aae0d4672c /flake.nix
parentc8afa01bc25ba81883f8007ef83532ca550c731d (diff)
Disable rapidcheck tests in the coverage run
https://hydra.nixos.org/build/233688539
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 249da2a04..dfb2dc1f8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -588,6 +588,8 @@
lcovFilter = [ "*/boost/*" "*-tab.*" ];
hardeningDisable = ["fortify"];
+
+ NIX_CFLAGS_COMPILE = "-DCOVERAGE=1";
};
# API docs for Nix's unstable internal C++ interfaces.