about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorRick van Schijndel <Mindavi@users.noreply.github.com>2024-01-15 07:35:22 +0100
committerGitHub <noreply@github.com>2024-01-15 07:35:22 +0100
commitc35c3077e940cd1d7125c6694dfdbc42b3b89015 (patch)
treedce5e977045a2470419361c86be694a8a527afb4 /nixos/doc
parentd27cb01f7b62be9a0a92221d0763e84cc72f5f1b (diff)
parent4c1b74bac7712f825e7682d39e8f010bbc50cd08 (diff)
downloadnixlib-c35c3077e940cd1d7125c6694dfdbc42b3b89015.tar
nixlib-c35c3077e940cd1d7125c6694dfdbc42b3b89015.tar.gz
nixlib-c35c3077e940cd1d7125c6694dfdbc42b3b89015.tar.bz2
nixlib-c35c3077e940cd1d7125c6694dfdbc42b3b89015.tar.lz
nixlib-c35c3077e940cd1d7125c6694dfdbc42b3b89015.tar.xz
nixlib-c35c3077e940cd1d7125c6694dfdbc42b3b89015.tar.zst
nixlib-c35c3077e940cd1d7125c6694dfdbc42b3b89015.zip
Merge pull request #260776 from pbsds/substitute-must-match
stdenv: substituteStream: deprecate `--replace` in favor of `--replace-{fail,warn,quiet}`
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index aa078882b79f..bc03a0cd0e77 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -162,6 +162,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 - The option [`services.nextcloud.config.dbport`] of the Nextcloud module was removed to match upstream.
   The port can be specified in [`services.nextcloud.config.dbhost`](#opt-services.nextcloud.config.dbhost).
 
+- `stdenv`: The `--replace` flag in `substitute`, `substituteInPlace`, `substituteAll`, `substituteAllStream`, and `substituteStream` is now deprecated if favor of the new `--replace-fail`, `--replace-warn` and `--replace-quiet`. The deprecated `--replace` equates to `--replace-warn`.
+
 - The Yama LSM is now enabled by default in the kernel, which prevents ptracing
   non-child processes. This means you will not be able to attach gdb to an
   existing process, but will need to start that process from gdb (so it is a