Merge pull request #8036 from Freed-Wu/patch-1

This commit is contained in:
Valentin Gagarin 2023-03-13 14:35:09 +01:00 committed by GitHub
commit d37b8a29ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"
```