We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4121f79 commit cdf9295Copy full SHA for cdf9295
tooling/codeql/codeql-ql/default.nix
@@ -1,6 +1,6 @@
1
let
2
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/0e148322b344eab7c8d52f6e59b0d95ba73fb62e.tar.gz";
3
- pkgs = (import nixpkgs { config = {}; overlays = []; })
+ pkgs = (import nixpkgs { config = {}; overlays = []; });
4
in
5
{
6
codeql-ql-0_1_0-dev = pkgs.callPackage ./0.0.1-dev.nix {};
0 commit comments