Do not verify cargo deps
This seems to currently not be possible.
This commit is contained in:
parent
4638955d5c
commit
114a87885e
|
@ -12,7 +12,7 @@ rustPlatform.buildRustPackage {
|
|||
version = "1.0";
|
||||
src = ./.;
|
||||
cargoSha256 = "1gyvc4gc2b799q9hi0af4z14fbg0sgnkqsmajniqyb693ifg9f6d";
|
||||
verifyCargoDeps = true;
|
||||
verifyCargoDeps = false;
|
||||
nativeBuildInputs = [
|
||||
nixpkgs.latest.rustChannels.nightly.rust
|
||||
pkg-config
|
||||
|
|
Loading…
Reference in a new issue