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";
|
version = "1.0";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
cargoSha256 = "1gyvc4gc2b799q9hi0af4z14fbg0sgnkqsmajniqyb693ifg9f6d";
|
cargoSha256 = "1gyvc4gc2b799q9hi0af4z14fbg0sgnkqsmajniqyb693ifg9f6d";
|
||||||
verifyCargoDeps = true;
|
verifyCargoDeps = false;
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
nixpkgs.latest.rustChannels.nightly.rust
|
nixpkgs.latest.rustChannels.nightly.rust
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Reference in a new issue