From 5ebb78d9522ce232286ae0518a1020b8e099e7e1 Mon Sep 17 00:00:00 2001 From: messemar Date: Wed, 13 Dec 2023 11:15:29 +0100 Subject: [PATCH] doc: checkpointBuild: fix wording Co-authored-by: Philipp Schuster --- doc/build-helpers/special/checkpoint-build.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-helpers/special/checkpoint-build.section.md b/doc/build-helpers/special/checkpoint-build.section.md index 7988656b0bf5..5f01e699b947 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.