Add a period

Co-authored-by: Alexander Groleau <alex@proof.construction>
This commit is contained in:
Chris McDonough 2024-01-15 10:49:51 -05:00 committed by GitHub
parent cec3e9441c
commit 39a1686e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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...