about summary refs log tree commit diff
path: root/doc/build-helpers/special
diff options
context:
space:
mode:
authormessemar <martin-messer@gmx.de>2023-12-12 10:43:54 +0100
committerGitHub <noreply@github.com>2023-12-12 10:43:54 +0100
commitf61980dbf91d43e969157bc34186f912024f62cf (patch)
treeab6b2bad80809364709ee3f45c65ed66cd6de226 /doc/build-helpers/special
parent0ab2262bdd601a2997d7f6067eadc767391f7298 (diff)
doc: fix typo in checkpoint build section
Co-authored-by: Markus Partheymueller <markus.partheymueller@cyberus-technology.de>
Diffstat (limited to 'doc/build-helpers/special')
-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 b8dc2e99708f3..afdf78ebf3c9f 100644
--- a/doc/build-helpers/special/checkpoint-build.section.md
+++ b/doc/build-helpers/special/checkpoint-build.section.md
@@ -10,7 +10,7 @@ To build a derivation based on build checkpoints, the following steps needs to b
     * - run prepareCheckpointBuild on the desired derivation
     *   e.G `checkpointArtifacts = (pkgs.checkpointBuildTools.prepareCheckpointBuild pkgs.virtualbox);`
     * - change something you want in the sources of the package( e.G using source override)
-    *   changedVBox = pkgs.virtuabox.overrideAttrs (old: {
+    *   changedVBox = pkgs.virtualbox.overrideAttrs (old: {
     *      src = path/to/vbox/sources;
     *   }
     * - use `mkCheckpointedBuild changedVBox buildOutput`