Fix nix build

This commit is contained in:
asonix 2023-05-08 11:23:01 -05:00
parent a12b272a40
commit 32786901b7

View file

@ -14,7 +14,12 @@ rustPlatform.buildRustPackage {
pname = "pict-rs";
version = "0.3.2";
src = ./.;
cargoSha256 = "";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"aws-creds-0.29.1" = "bwDFmDPThMLrpaB7cAj/2/vJKhbX6/DqgcIRBVKSZhg=";
};
};
PROTOC = "${protobuf}/bin/protoc";
PROTOC_INCLUDE = "${protobuf}/include";