query
On this page

dontDistribute

lib.dontDistribute

Docs pulled from | This Revision | about 2 hours 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;