Skip to content

Commit 8d4890c

Browse files
catch multiple use of link reference (#9937)
1 parent 8b873ed commit 8d4890c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/manual/src/language/import-from-derivation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Import From Derivation
22

3-
The value of a Nix expression can depend on the contents of a [store object](@docroot@/glossary.md#gloss-store-object).
3+
The value of a Nix expression can depend on the contents of a [store object].
4+
5+
[store object]: @docroot@/glossary.md#gloss-store-object
46

57
Passing an expression `expr` that evaluates to a [store path](@docroot@/glossary.md#gloss-store-path) to any built-in function which reads from the filesystem constitutes Import From Derivation (IFD):
68

0 commit comments

Comments
 (0)