lucky-commit: use checkNoDefaultFeatures

This commit is contained in:
figsoda 2021-10-27 07:59:25 -04:00
parent 007c379bec
commit d7d45aadf2

View file

@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = lib.optional (!withOpenCL) "--no-default-features";
# disable tests that require gpu
cargoTestFlags = [ "--no-default-features" ];
checkNoDefaultFeatures = true;
meta = with lib; {
description = "Change the start of your git commit hashes to whatever you want";