Skip to content

Commit cdf9295

Browse files
committed
Close Nix expression
1 parent 4121f79 commit cdf9295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/codeql/codeql-ql/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let
22
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/0e148322b344eab7c8d52f6e59b0d95ba73fb62e.tar.gz";
3-
pkgs = (import nixpkgs { config = {}; overlays = []; })
3+
pkgs = (import nixpkgs { config = {}; overlays = []; });
44
in
55
{
66
codeql-ql-0_1_0-dev = pkgs.callPackage ./0.0.1-dev.nix {};

0 commit comments

Comments
 (0)