setName
lib.meta.setName
Docs pulled from | This Revision | 4 days ago
Change the symbolic name of a derivation.
Dependent derivations will be rebuilt when the symbolic name is changed.
Inputs
name-
1. Function argument
drv-
2. Function argument
Noogle detected
Implementation
The following is the current implementation of this function.
setName = name: drv: drv // { inherit name; };