lucky-commit: use checkNoDefaultFeatures
This commit is contained in:
parent
007c379bec
commit
d7d45aadf2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user