From 39a1686e562aa3d53a74615dbda50f01574724c0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 15 Jan 2024 10:49:51 -0500 Subject: [PATCH] Add a period Co-authored-by: Alexander Groleau --- 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 d90fee192b25..8a1fd61c18c8 100644 --- a/doc/build-helpers/trivial-build-helpers.chapter.md +++ b/doc/build-helpers/trivial-build-helpers.chapter.md @@ -69,7 +69,7 @@ These are useful for creating files from Nix expressions, which may be scripts o 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: +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: If the derivation destination is a directory...