Revert "lib: Use lib.fixed-points.extends to avoid repetition"

This reverts commit 48ccdf322d.
This commit is contained in:
Silvan Mosberger 2018-07-12 02:04:06 +02:00
parent b84e951f92
commit 4794aa5de2
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -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;