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/{} \; ''; }); };