about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 69be71e211..ad9e332cbf 100644
--- a/default.nix
+++ b/default.nix
@@ -51,7 +51,7 @@ in fix(self: {
 }
 
 # Add local packages as structured by readTree
-// (localPkgs (readTree' self.config))
+// (localPkgs (readTree' (self.config // { inherit (self) lib; })))
 
 # Load overrides into the top-level.
 #