lib: Create makeScopeWithSplicing

It's ugly as hell, but I suppose it is needed to codify how to make
spliced package sets.
This commit is contained in:
John Ericson
2020-11-19 00:07:14 -05:00
parent f01bfd6843
commit a6218c058b
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ let
noDepEntry fullDepEntry packEntry stringAfter;
inherit (self.customisation) overrideDerivation makeOverridable
callPackageWith callPackagesWith extendDerivation hydraJob
makeScope;
makeScope makeScopeWithSplicing;
inherit (self.meta) addMetaAttrs dontDistribute setName updateName
appendToName mapDerivationAttrset setPrio lowPrio lowPrioSet hiPrio
hiPrioSet;