lowPrioSet
lib.meta.lowPrioSet
Docs pulled from | This Revision | about 2 hours ago
Apply lowPrio to an attrset with derivations.
Inputs
set-
1. Function argument
Type
lowPrioSet :: { [String] :: Derivation } -> { [String] :: Derivation }
Noogle detected
Implementation
The following is the current implementation of this function.
lowPrioSet = set: mapDerivationAttrset lowPrio set;