File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11let
2- pkgs = import < nixpkgs> { } ;
2+ pkgs = fetchTarball "https://github.com/NixOS/ nixpkgs/archive/0e148322b344eab7c8d52f6e59b0d95ba73fb62e.tar.gz" ;
33in
44{
55 codeql-ql-0_1_0-dev = pkgs . callPackage ./0.0.1-dev.nix { } ;
Original file line number Diff line number Diff line change 11let
2- pkgs = import < nixpkgs> { } ;
2+ pkgs = fetchTarball "https://github.com/NixOS/ nixpkgs/archive/0e148322b344eab7c8d52f6e59b0d95ba73fb62e.tar.gz" ;
33in
44rec {
55 ql-extractor-0_0_1 = pkgs . callPackage ./ql-extractor/0.0.1.nix { } ;
Original file line number Diff line number Diff line change 11let
2- pkgs = import < nixpkgs> { } ;
2+ pkgs = fetchTarball "https://github.com/NixOS/ nixpkgs/archive/0e148322b344eab7c8d52f6e59b0d95ba73fb62e.tar.gz" ;
33in
44{
55 ql-extractor-0_0_1 = pkgs . callPackage ./0.0.1.nix { } ;
You can’t perform that action at this time.
0 commit comments