lib: Add splicing utilities (#426889)

This commit is contained in:
Robert Hensing
2025-10-30 21:22:54 +00:00
committed by GitHub
4 changed files with 232 additions and 49 deletions

View File

@@ -397,6 +397,9 @@ let
makeScopeWithSplicing
makeScopeWithSplicing'
extendMkDerivation
renameCrossIndexFrom
renameCrossIndexTo
mapCrossIndex
;
inherit (self.derivations) lazyDerivation optionalDrvAttr warnOnInstantiate;
inherit (self.generators) mkLuaInline;