From 28c0530eeddc98f13d02e2d80f861b94b16c5bb7 Mon Sep 17 00:00:00 2001 From: nikstur Date: Tue, 14 May 2024 14:02:50 +0200 Subject: [PATCH] passthru-vendored: include sboms from all crates in workspace --- nix/passthru-vendored.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/passthru-vendored.nix b/nix/passthru-vendored.nix index 2a1c84d..db45170 100644 --- a/nix/passthru-vendored.nix +++ b/nix/passthru-vendored.nix @@ -18,7 +18,7 @@ ''; installPhase = '' mkdir -p $out - find . -name "*.cdx.json" -exec install {} $out/{} \; + find . -name "*.cdx.json" -execdir install {} $out/{} \; ''; }); };