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