mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Doc tweak: "Build" -> "Substitute"
This commit is contained in:
parent
d1a2a16a3a
commit
700e6e588e
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user