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 {