Skip to content

Commit ab731b2

Browse files
committed
Copy the contents of the pack derivative instead of the derivative dir
1 parent cda3971 commit ab731b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/codeql/codeql-cli/2.16.0.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
3232
3333
for pack in $withPacks ; do
3434
# Copy the pack, because CodeQL doesn't follow symlinks.
35-
cp -R $pack/ $out/codeql/qlpacks/
35+
cp -R $pack/* $out/codeql/qlpacks/
3636
done
3737
'';
3838

0 commit comments

Comments
 (0)