about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authormessemar <martin-messer@gmx.de>2023-12-13 11:15:29 +0100
committerGitHub <noreply@github.com>2023-12-13 11:15:29 +0100
commit5ebb78d9522ce232286ae0518a1020b8e099e7e1 (patch)
tree78d539c7e807d3b2c1217f4effaa4edb6aefe07d /doc
parent15c2c6827bac0a023556177ea7ba5646efe43742 (diff)
doc: checkpointBuild: fix wording
Co-authored-by: Philipp Schuster <phip1611@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/build-helpers/special/checkpoint-build.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-helpers/special/checkpoint-build.section.md b/doc/build-helpers/special/checkpoint-build.section.md
index 7988656b0bf5d..5f01e699b9477 100644
--- a/doc/build-helpers/special/checkpoint-build.section.md
+++ b/doc/build-helpers/special/checkpoint-build.section.md
@@ -1,6 +1,6 @@
 # pkgs.checkpointBuildTools  {#sec-checkpoint-build}
 
-`pkgs.checkpointBuildTools` provides a way to build derivations incrementally. It consists of two functions to make checkpoint builds using nix possible.
+`pkgs.checkpointBuildTools` provides a way to build derivations incrementally. It consists of two functions to make checkpoint builds using Nix possible.
 
 For hermeticity, Nix derivations do not allow any state to carry over between builds, making a transparent incremental build within a derivation impossible.