setAttr
lib.misc.setAttr
Docs pulled from | This Revision | about 23 hours ago
Deprecated
Nixpkgs manual
adds / replaces an attribute of an attribute set
Noogle detected
Implementation
The following is the current implementation of this function.
setAttr =
set: name: v:
set // (nvs name v);