dontDistribute
pkgs.haskell.lib.dontDistribute
Docs pulled from | This Revision | about 1 hour ago
dontDistribute disables the distribution of binaries for the package via hydra.
Noogle detected
Implementation
The following is the current implementation of this function.
dontDistribute = compose.dontDistribute;