Skip to content

Commit f87976b

Browse files
committed
Fixup
1 parent 88c15eb commit f87976b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666

6767
template = craneLib.buildPackage (commonArgs // {
6868
inherit cargoArtifacts;
69+
doCheck = false;
6970
});
7071

7172
# Run tests with cargo-nextest
@@ -95,7 +96,7 @@
9596
in
9697
{
9798
checks = {
98-
inherit template template-nextest;
99+
inherit template;
99100
};
100101

101102
packages = {

0 commit comments

Comments
 (0)