mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
Fix a typo of values.md
This commit is contained in:
parent
208c855124
commit
5bf4ade0fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue