From 077bc08f9a6852d4f416ea06c5d952a4023bd912 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Wed, 10 Apr 2024 17:26:58 +0200 Subject: [PATCH] doc/rl-2.20: clarify builders-use-substitutes vs. substitute-on-destination ...as this lead to confusion before. (cherry picked from commit 50557adb3b58445f1ca176bc6f653afa5151567c) --- doc/manual/src/release-notes/rl-2.20.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/manual/src/release-notes/rl-2.20.md b/doc/manual/src/release-notes/rl-2.20.md index ae4911180..78b1c235d 100644 --- a/doc/manual/src/release-notes/rl-2.20.md +++ b/doc/manual/src/release-notes/rl-2.20.md @@ -194,4 +194,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.