overrideScope
pkgs.pythonPackages.overrideScope
Docs pulled from | This Revision | about 3 hours ago
overridden.
Noogle detected
Implementation
The following is the current implementation of this function.
overrideScope =
g:
(makeScopeWithSplicing' { inherit splicePackages newScope; } {
inherit otherSplices keep extra;
f = extends g f;
});