forked from lix-project/lix
Fix a typo of values.md
This commit is contained in:
parent
208c855124
commit
5bf4ade0fa
|
@ -205,7 +205,7 @@ You can use arbitrary double-quoted strings as attribute names:
|
||||||
```
|
```
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
let bar = "bar";
|
let bar = "bar"; in
|
||||||
{ "foo ${bar}" = 123; }."foo ${bar}"
|
{ "foo ${bar}" = 123; }."foo ${bar}"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue