File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
let
2
- pkgs = import <nixpkgs> { } ;
2
+ nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/0e148322b344eab7c8d52f6e59b0d95ba73fb62e.tar.gz" ;
3
+ pkgs = ( import nixpkgs { config = { } ; overlays = [ ] ; } )
3
4
in
4
5
{
5
6
codeql-ql-0_1_0-dev = pkgs . callPackage ./0.0.1-dev.nix { } ;
Original file line number Diff line number Diff line change 1
1
let
2
- pkgs = import <nixpkgs> { } ;
2
+ nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/0e148322b344eab7c8d52f6e59b0d95ba73fb62e.tar.gz" ;
3
+ pkgs = ( import nixpkgs { config = { } ; overlays = [ ] ; } ) ;
3
4
in
4
5
rec {
5
6
ql-extractor-0_0_1 = pkgs . callPackage ./ql-extractor/0.0.1.nix { } ;
Original file line number Diff line number Diff line change 1
1
let
2
- pkgs = import <nixpkgs> { } ;
2
+ nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/0e148322b344eab7c8d52f6e59b0d95ba73fb62e.tar.gz" ;
3
+ pkgs = ( import nixpkgs { config = { } ; overlays = [ ] ; } ) ;
3
4
in
4
5
{
5
6
ql-extractor-0_0_1 = pkgs . callPackage ./0.0.1.nix { } ;
You can’t perform that action at this time.
0 commit comments