mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 22:21:26 +00:00
doc: fix typo in checkpoint build section
Co-authored-by: Markus Partheymueller <markus.partheymueller@cyberus-technology.de>
This commit is contained in:
parent
0ab2262bdd
commit
f61980dbf9
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user