nix: vendor hash for ec-cli git deps
This commit is contained in:
parent
09246513ab
commit
05af210e60
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ rustPlatform.buildRustPackage {
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
lockFile = ../../Cargo.lock;
|
lockFile = ../../Cargo.lock;
|
||||||
|
outputHashes = {
|
||||||
|
# Filled iteratively when git dependencies change.
|
||||||
|
"moq-catalog-0.2.2" = "sha256-df9KXVBRiNewDJ7ZgGBja81PPnk8vC9TA0bDIG0892o=";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoBuildFlags = [ "-p" "ec-cli" ];
|
cargoBuildFlags = [ "-p" "ec-cli" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue