makeScope: prevent name collision with makeOverridable
This commit is contained in:
parent
2716e5bd80
commit
901a778c77
@ -177,7 +177,7 @@ rec {
|
|||||||
let self = f self // {
|
let self = f self // {
|
||||||
newScope = scope: newScope (self // scope);
|
newScope = scope: newScope (self // scope);
|
||||||
callPackage = self.newScope {};
|
callPackage = self.newScope {};
|
||||||
override = g:
|
overrideScope = g:
|
||||||
makeScope newScope
|
makeScope newScope
|
||||||
(self_: let super = f self_; in super // g super self_);
|
(self_: let super = f self_; in super // g super self_);
|
||||||
packages = f;
|
packages = f;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user