From b8fed983949f3478282abd4724195523ebc6e617 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 16 May 2020 23:55:59 +0100 Subject: [PATCH] root: add 'pkgs' to alias to nixpkgs or my local packages --- default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.nix b/default.nix index ebd53b56f5..6d782bc9cb 100644 --- a/default.nix +++ b/default.nix @@ -16,4 +16,6 @@ in fix (self: nix = import ./nix ch; lib = self.third_party.nixpkgs.lib; + + pkgs = self.third_party.nixpkgs // self.nix.pkgs; })