Revert "lib: Use lib.fixed-points.extends to avoid repetition"
This reverts commit 48ccdf322d
.
This commit is contained in:
parent
b84e951f92
commit
4794aa5de2
@ -202,7 +202,7 @@ rec {
|
||||
callPackage = self.newScope {};
|
||||
overrideScope = g:
|
||||
makeScope newScope
|
||||
(lib.fixed-points.extends f g);
|
||||
(self_: let super = f self_; in super // g super self_);
|
||||
packages = f;
|
||||
};
|
||||
in self;
|
||||
|
Loading…
Reference in New Issue
Block a user