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