···177 let self = f self // {
178 newScope = scope: newScope (self // scope);
179 callPackage = self.newScope {};
180- override = g: makeScope newScope (self_:
181- let super = f self_;
182- in super // g super self_);
0183 };
184 in self;
185
···177 let self = f self // {
178 newScope = scope: newScope (self // scope);
179 callPackage = self.newScope {};
180+ override = g:
181+ makeScope newScope
182+ (self_: let super = f self_; in super // g super self_);
183+ packages = f;
184 };
185 in self;
186