about summary refs log tree commit diff
path: root/doc/build-helpers
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2024-01-12 22:49:04 -0500
committerChris McDonough <chrism@plope.com>2024-01-12 22:49:04 -0500
commit56108dd5ab70b012c7ffd885b84bb44a7367e4f0 (patch)
treea8ed184e9302ce949480d8d1e738eaa2ff965589 /doc/build-helpers
parent7aa84efba2600d1c2446c2dee95cf8d36ba437bc (diff)
not realized; produced
Diffstat (limited to 'doc/build-helpers')
-rw-r--r--doc/build-helpers/trivial-build-helpers.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-helpers/trivial-build-helpers.chapter.md b/doc/build-helpers/trivial-build-helpers.chapter.md
index 315d0c68d2577..1da9e3b4c955b 100644
--- a/doc/build-helpers/trivial-build-helpers.chapter.md
+++ b/doc/build-helpers/trivial-build-helpers.chapter.md
@@ -66,7 +66,7 @@ Nixpkgs provides the following functions for producing derivations which write t
 
 These are useful for creating files from Nix expressions, which may be scripts or non-executable text files.
 
-Each of these functions will cause a derivation to be realized.  When you coerce the result of each of these functions to a string, it will evaluate to the *store path* of this derivation.
+Each of these functions will cause a derivation to be produced.  When you coerce the result of each of these functions to a string, it will evaluate to the *store path* of this derivation.
 
 :::: {.warning}
 Some of these functions will put the resulting files within a directory inside the derivation output.  If you need to refer to the resulting files somewhere else in Nix code, remember to append the path to the file  For example: