Merge pull request #8036 from Freed-Wu/patch-1
This commit is contained in:
commit
d37b8a29ce
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…
Reference in a new issue