Merge pull request #127788 from rnhmjoj/doc-fix

doc/functions/generators: fix code block
This commit is contained in:
Ryan Mulligan
2021-06-22 05:42:36 -07:00
committed by GitHub
+1 -1
View File
@@ -49,7 +49,7 @@ str\:ange:"very::strange"
merge:"diff3"
```
::: note
::: {.note}
Nix store paths can be converted to strings by enclosing a derivation attribute like so: `"${drv}"`.
:::