root: add 'pkgs' to alias to nixpkgs or my local packages
This commit is contained in:
parent
d796fe1dfd
commit
b8fed98394
1 changed files with 2 additions and 0 deletions
|
@ -16,4 +16,6 @@ in fix (self:
|
||||||
nix = import ./nix ch;
|
nix = import ./nix ch;
|
||||||
|
|
||||||
lib = self.third_party.nixpkgs.lib;
|
lib = self.third_party.nixpkgs.lib;
|
||||||
|
|
||||||
|
pkgs = self.third_party.nixpkgs // self.nix.pkgs;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue