Skip to content

Commit

Permalink
Merge pull request #64 from matter-labs/removeReferencesToVendoredSou…
Browse files Browse the repository at this point in the history
…rces

fix(deps): use craneLib.removeReferencesToVendoredSources
  • Loading branch information
haraldh authored Apr 10, 2024
2 parents fc5298f + 5fd8df4 commit e85de3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/teepot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e85de3c

Please sign in to comment.