forked from lix-project/lix
Merge pull request #8036 from Freed-Wu/patch-1
This commit is contained in:
commit
d37b8a29ce
|
@ -205,7 +205,7 @@ You can use arbitrary double-quoted strings as attribute names:
|
|||
```
|
||||
|
||||
```nix
|
||||
let bar = "bar";
|
||||
let bar = "bar"; in
|
||||
{ "foo ${bar}" = 123; }."foo ${bar}"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue