mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
Merge pull request #64 from matter-labs/removeReferencesToVendoredSources
fix(deps): use craneLib.removeReferencesToVendoredSources
This commit is contained in:
commit
e85de3c9a1
1 changed files with 1 additions and 1 deletions
|
@ -42,8 +42,8 @@ teepotCrate.craneLib.buildPackage (
|
|||
"vault_unseal"
|
||||
"verify_attestation"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
removeReferencesToVendoredSources "$out" "$cargoVendorDir"
|
||||
mkdir -p $out/nix-support
|
||||
for i in $outputs; do
|
||||
[[ $i == "out" ]] && continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue