mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 23:02:27 +00:00
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 New Issue
Block a user