From 56108dd5ab70b012c7ffd885b84bb44a7367e4f0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 12 Jan 2024 22:49:04 -0500 Subject: [PATCH] not realized; produced --- doc/build-helpers/trivial-build-helpers.chapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-helpers/trivial-build-helpers.chapter.md b/doc/build-helpers/trivial-build-helpers.chapter.md index 315d0c68d257..1da9e3b4c955 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: