root: add 'pkgs' to alias to nixpkgs or my local packages

This commit is contained in:
Luke Granger-Brown 2020-05-16 23:55:59 +01:00
parent d796fe1dfd
commit b8fed98394

View file

@ -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;
}) })