diff --git a/doc/manual/expressions/builtins.xml b/doc/manual/expressions/builtins.xml
index 47b98460a..ac1fe7e2f 100644
--- a/doc/manual/expressions/builtins.xml
+++ b/doc/manual/expressions/builtins.xml
@@ -1203,7 +1203,10 @@ in foo
This is not allowed because it would cause a cyclic dependency in
the computation of the cryptographic hashes for
- foo and bar.
+ foo and bar.
+ It is also not possible to reference the result of a derivation.
+ If you are using Nixpkgs, the writeTextFile function is able to
+ do that.