summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-03-18 01:25:05 -0400
committerLLLL Colonq <llll@colonq>2025-03-18 01:25:05 -0400
commitf7fea342cc63ce48568bfc51c62c919f4c9d066d (patch)
tree9652ee82e2e473a99c05a42d168801cd7182fb79
parentf312b96443f545081cb4ccfea40f3a0fb0eb8453 (diff)
Don't run windows tests
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f076526..21f22e8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -182,6 +182,7 @@
inherit cargoArtifacts;
pname = nm;
cargoExtraArgs = "-p ${nm}";
+ doCheck = false;
});
};