doc: fix typo in checkpoint build section

Co-authored-by: Markus Partheymueller <markus.partheymueller@cyberus-technology.de>
This commit is contained in:
messemar 2023-12-12 10:43:54 +01:00 committed by GitHub
parent 0ab2262bdd
commit f61980dbf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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