about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <Vincent Ambo>2020-01-11T22·22+0000
committerVincent Ambo <Vincent Ambo>2020-01-11T22·23+0000
commit700a4c2e052c1d7ec4beda1f4cdc6de96718a47d (patch)
tree369e5a6066ca12fa885e2ad912de39b2da8b4a9c /default.nix
parent4adaf29043091fddef9d3dc0895b0ce3a8a298d2 (diff)
fix(build): Pass 'lib' as readTree argument to packages r/369
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.
 #