diff --git a/doc/manual/src/release-notes/rl-2.20.md b/doc/manual/src/release-notes/rl-2.20.md index d36dd4784..eb724f600 100644 --- a/doc/manual/src/release-notes/rl-2.20.md +++ b/doc/manual/src/release-notes/rl-2.20.md @@ -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.