query
On this page

lowPrioSet

lib.lowPrioSet

Docs pulled from | This Revision | 38 minutes ago


Apply lowPrio to an attrset with derivations.

Inputs

set

1. Function argument

Type

lowPrioSet :: { [String] :: Derivation } -> { [String] :: Derivation }
(lib.meta.lowPrioSet)

Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

lowPrioSet = set: mapDerivationAttrset lowPrio set;