query
On this page

makeScopeWithSplicing

lib.makeScopeWithSplicing

Docs pulled from | This Revision | about 1 hour ago


backward compatibility with old uncurried form; deprecated

Inputs

splicePackages

1. Function argument

newScope

2. Function argument

otherSplices

3. Function argument

keep

4. Function argument

extra

5. Function argument

f

6. Function argument

(lib.customisation.makeScopeWithSplicing)

Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

makeScopeWithSplicing =
    splicePackages: newScope: otherSplices: keep: extra: f:
    makeScopeWithSplicing' { inherit splicePackages newScope; } {
      inherit
        otherSplices
        keep
        extra
        f
        ;
    };