nix: stop running unnecessary cargo check on builds
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
ddce9496f2
commit
ba150a1185
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue