fix(build): Pass 'lib' as readTree argument to packages
This commit is contained in:
parent
4adaf29043
commit
700a4c2e05
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue