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
+1 -1
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}"
```