nix: stop running unnecessary cargo check on builds
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -89,8 +89,7 @@ craneLib.buildPackage ( commonAttrs // {
|
|||||||
|
|
||||||
# This is redundant with CI
|
# This is redundant with CI
|
||||||
cargoTestCommand = "";
|
cargoTestCommand = "";
|
||||||
|
cargoCheckCommand = "";
|
||||||
# This is redundant with CI
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
# https://crane.dev/faq/rebuilds-bindgen.html
|
# https://crane.dev/faq/rebuilds-bindgen.html
|
||||||
|
|||||||
Reference in New Issue
Block a user