makeScopeWithSplicing
lib.makeScopeWithSplicing
Docs pulled from | This Revision | 4 days 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 
Noogle detected
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
        ;
    };