Skip to content

Commit

Permalink
passthru-vendored: include sboms from all crates in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
nikstur committed May 14, 2024
1 parent cc23636 commit 28c0530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/passthru-vendored.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'';
installPhase = ''
mkdir -p $out
find . -name "*.cdx.json" -exec install {} $out/{} \;
find . -name "*.cdx.json" -execdir install {} $out/{} \;
'';
});
};
Expand Down

0 comments on commit 28c0530

Please sign in to comment.