From faaac516165fca11cb3fbb30f0861c16ac02e734 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Wed, 19 Jul 2023 09:08:10 +0100 Subject: [PATCH] Remove taurpalin check Until we can find a way to run it or disable it in CI --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index afd1ecd..55a38b9 100644 --- a/flake.nix +++ b/flake.nix @@ -85,10 +85,6 @@ partitions = 1; partitionType = "count"; }); - } // lib.optionalAttrs (system == "x86_64-linux") { - dref-coverage = craneLib.cargoTarpaulin (commonArgs // { - inherit cargoArtifacts; - }); }; apps.default = flake-utils.lib.mkApp {