query
On this page

triggerRebuild

pkgs.haskell.lib.triggerRebuild

Docs pulled from | This Revision | about 1 hour ago


Add a dummy command to trigger a build despite an equivalent earlier build that is present in the store or cache.


Noogle detected

Implementation

The following is the current implementation of this function.

triggerRebuild = drv: i: compose.triggerRebuild i drv;