Merge pull request #9983 from BOHverkill/fix-string-interpolation-link

Fix link to derivation in string interpolation doc
This commit is contained in:
Théophane Hufschmitt 2024-02-12 14:26:03 +01:00 committed by GitHub
commit e352c66161
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,8 @@ Rather than writing
(where `freetype` is a [derivation]), you can instead write
[derivation]: ../glossary.md#gloss-derivation
```nix
"--with-freetype2-library=${freetype}/lib"
```