query
On this page

dontDistribute

lib.meta.dontDistribute

Docs pulled from | This Revision | about 1 hour ago


Disable Hydra builds of given derivation.

Inputs

drv

1. Function argument


Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

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