query
On this page

overrideScope

pkgs.dotnetCorePackages.overrideScope

Docs pulled from | This Revision | about 1 hour ago


overridden.


Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

overrideScope =
          g:
          (makeScopeWithSplicing' { inherit splicePackages newScope; } {
            inherit otherSplices keep extra;
            f = extends g f;
          });