mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
doc: listToAttrs: fix line wrapping
This commit is contained in:
parent
ad46726546
commit
ec18b7d09b
@ -2420,9 +2420,8 @@ static RegisterPrimOp primop_listToAttrs({
|
||||
Construct a set from a list specifying the names and values of each
|
||||
attribute. Each element of the list should be a set consisting of a
|
||||
string-valued attribute `name` specifying the name of the attribute,
|
||||
and an attribute `value` specifying its value.
|
||||
In case of duplicate occurrences of the same name, the first
|
||||
takes precedence. Example:
|
||||
and an attribute `value` specifying its value. In case of duplicate
|
||||
occurrences of the same name, the first takes precedence. Example:
|
||||
|
||||
```nix
|
||||
builtins.listToAttrs
|
||||
|
Loading…
Reference in New Issue
Block a user