We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39126fb commit cda3971Copy full SHA for cda3971
tooling/codeql/codeql-cli/2.16.0.nix
@@ -20,7 +20,6 @@ stdenv.mkDerivation rec {
20
installPhase = ''
21
# codeql directory should not be top-level, otherwise,
22
# it'll include /nix/store to resolve extractors.
23
- env
24
mkdir -p $out/{codeql/qlpacks,bin}
25
cp -R * $out/codeql/
26
0 commit comments