Merge pull request #10458 from Ma27/rl-2.20-followup

doc/rl-2.20: clarify builders-use-substitutes vs. substitute-on-destion
This commit is contained in:
Eelco Dolstra 2024-04-10 22:22:49 +02:00 committed by GitHub
commit 74aab19c4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.