doc: checkpointBuild: fix wording

Co-authored-by: Philipp Schuster <phip1611@gmail.com>
This commit is contained in:
messemar 2023-12-13 11:15:29 +01:00 committed by GitHub
parent 15c2c6827b
commit 5ebb78d952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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