nix: stop running unnecessary cargo check on builds

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-11 23:31:10 -04:00 committed by June
parent ddce9496f2
commit ba150a1185
1 changed files with 1 additions and 2 deletions

View File

@ -89,8 +89,7 @@ craneLib.buildPackage ( commonAttrs // {
# This is redundant with CI
cargoTestCommand = "";
# This is redundant with CI
cargoCheckCommand = "";
doCheck = false;
# https://crane.dev/faq/rebuilds-bindgen.html