query
On this page

setName

lib.setName

Docs pulled from | This Revision | 22 minutes 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

(lib.meta.setName)

Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

setName = name: drv: drv // {inherit name;};