From 700e6e588e942fb395d938068bbb8e9338a413ed Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Tue, 7 Feb 2023 16:17:52 -0800 Subject: [PATCH] Doc tweak: "Build" -> "Substitute" --- doc/builders/images/binarycache.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '' \ --option require-sigs false \