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