query
On this page

overrideScope'

pkgs.rustPackages.overrideScope' (Prime)

Docs pulled from | This Revision | about 2 hours ago


Remove after 24.11 is released.


Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

overrideScope' = g: warnIf (isInOldestRelease 2311)
            "`overrideScope'` (from `lib.makeScope`) has been renamed to `overrideScope`."
            (makeScope newScope (extends g f));