query
On this page

dontDistribute

lib.dontDistribute

Docs pulled from | This Revision | 10 minutes ago


Disable Hydra builds of given derivation.

Inputs

drv

1. Function argument

(lib.meta.dontDistribute)

Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

dontDistribute = drv: addMetaAttrs { hydraPlatforms = [ ]; } drv;