triggerRebuild
pkgs.haskell.lib.triggerRebuild
Docs pulled from | This Revision | 10 minutes ago
Add a dummy command to trigger a build despite an equivalent earlier build that is present in the store or cache.
Inputs
drv
-
1. Function argument
i
-
2. Function argument
Noogle detected
Implementation
The following is the current implementation of this function.
triggerRebuild = drv: i: compose.triggerRebuild i drv;