about summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authorTom McLaughlin <tom@codedown.io>2023-02-07 16:17:52 -0800
committerTom McLaughlin <tom@codedown.io>2023-02-07 16:17:52 -0800
commit700e6e588e942fb395d938068bbb8e9338a413ed (patch)
tree76e651e372760e584e88e6f55f2ed8a166f46c5d /doc/builders
parentd1a2a16a3a0220e8f571c07001a2ada4a664c492 (diff)
downloadnixlib-700e6e588e942fb395d938068bbb8e9338a413ed.tar
nixlib-700e6e588e942fb395d938068bbb8e9338a413ed.tar.gz
nixlib-700e6e588e942fb395d938068bbb8e9338a413ed.tar.bz2
nixlib-700e6e588e942fb395d938068bbb8e9338a413ed.tar.lz
nixlib-700e6e588e942fb395d938068bbb8e9338a413ed.tar.xz
nixlib-700e6e588e942fb395d938068bbb8e9338a413ed.tar.zst
nixlib-700e6e588e942fb395d938068bbb8e9338a413ed.zip
Doc tweak: "Build" -> "Substitute"
Diffstat (limited to 'doc/builders')
-rw-r--r--doc/builders/images/binarycache.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/builders/images/binarycache.section.md b/doc/builders/images/binarycache.section.md
index 71dc26311cf0..fe2772f33b4b 100644
--- a/doc/builders/images/binarycache.section.md
+++ b/doc/builders/images/binarycache.section.md
@@ -36,7 +36,7 @@ Copy the resulting directory to the other machine, `host2`:
 scp result host2:/tmp/hello-cache
 ```
 
-Build the derivation using the flat-file binary cache on the other machine, `host2`:
+Substitute the derivation using the flat-file binary cache on the other machine, `host2`:
 ```shellSession
 nix-build -A hello '<nixpkgs>' \
   --option require-sigs false \