nvs
lib.nvs
Docs pulled from | This Revision | 18 days ago
Deprecated
Nixpkgs manual
attribute set containing one attribute
Noogle detected
Implementation
The following is the current implementation of this function.
nvs = name: value: listToAttrs [ (nameValuePair name value) ];