1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

doc/rl-2.20: clarify builders-use-substitutes vs. substitute-on-destination

...as this lead to confusion before.
This commit is contained in:
Maximilian Bosch 2024-04-10 17:26:58 +02:00
parent a268c0de71
commit 50557adb3b
No known key found for this signature in database

View file

@ -204,4 +204,5 @@
- `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.
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.