1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Fix link to derivation in string interpolation doc

The reference link definition for it pointing to the glossary was
removed, so it is currently not displayed as a link.
This commit is contained in:
BOHverkill 2024-02-10 17:17:48 +01:00
parent 28a988bdde
commit 53eecae525
No known key found for this signature in database
GPG key ID: CDBA51690B921DBE

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