dontDistribute
lib.dontDistribute
Docs pulled from | This Revision | about 1 hour ago
Disable Hydra builds of given derivation.
Inputs
drv-
1. Function argument
Type
dontDistribute :: Derivation -> Derivation
Noogle detected
Implementation
The following is the current implementation of this function.
dontDistribute = drv: addMetaAttrs { hydraPlatforms = [ ]; } drv;