mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02: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:
parent
28a988bdde
commit
53eecae525
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue