Skip to content

Commit 5526f8a

Browse files
committed
Prevent cargo-llvm-cov internal tests
1 parent 4e47ffb commit 5526f8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@
126126
dart
127127
]
128128
++ pkgs.lib.optionals (!pkgs.stdenv.isDarwin) [
129-
cargo-llvm-cov
129+
(cargo-llvm-cov.overrideAttrs (old: {
130+
doCheck = false;
131+
}))
130132
];
131133
}
132134
) craneLibVersions;

0 commit comments

Comments
 (0)