mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
doc/rl-2.20: clarify builders-use-substitutes vs. substitute-on-destination
...as this lead to confusion before.
(cherry picked from commit 50557adb3b
)
This commit is contained in:
parent
c80068c099
commit
a643aeccd3
1 changed files with 2 additions and 1 deletions
|
@ -204,4 +204,5 @@
|
||||||
- `nix copy` to a `ssh-ng` store now needs `--substitute-on-destination` (a.k.a. `-s`)
|
- `nix copy` to a `ssh-ng` store now needs `--substitute-on-destination` (a.k.a. `-s`)
|
||||||
in order to substitute paths on the remote store instead of copying them.
|
in order to substitute paths on the remote store instead of copying them.
|
||||||
The behavior is consistent with `nix copy` to a different kind of remote store.
|
The behavior is consistent with `nix copy` to a different kind of remote store.
|
||||||
Previously this behavior was controlled by `--builders-use-substitutes`.
|
Previously this behavior was controlled by the
|
||||||
|
`builders-use-substitutes` setting and `--substitute-on-destination` was ignored.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue