diff options
author | Profpatsch <mail@profpatsch.de> | 2022-01-12 12:19:47 +0100 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2022-01-12 23:19:15 +0100 |
commit | a51c45720471c55090b45962c59e117d547cc935 (patch) | |
tree | 5449d7ffbdc38ebbeadd7f0e0b5a8d526c55d5e6 /doc/manual/src/release-notes/rl-2.4.md | |
parent | e61c4bc25a876ce303022435342748cafeced010 (diff) |
Release Notes 2.4: add `--indirect` no-op change
Since
https://github.com/NixOS/nix/commit/00d25e84577659ccf0bc360c61c47b6cd25d1c26
which was first included in nix 2.4.
It is a backwards-compatible change since the flag will just be
ignored.
Diffstat (limited to 'doc/manual/src/release-notes/rl-2.4.md')
-rw-r--r-- | doc/manual/src/release-notes/rl-2.4.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-2.4.md b/doc/manual/src/release-notes/rl-2.4.md index 0f632f100..8b566fc7b 100644 --- a/doc/manual/src/release-notes/rl-2.4.md +++ b/doc/manual/src/release-notes/rl-2.4.md @@ -276,6 +276,9 @@ more than 2800 commits from 195 contributors since release 2.3. * Plugins can now register `nix` subcommands. +* The `--indirect` flag to `nix-store --add-root` has become a no-op. + `--add-root` will always generate indirect GC roots from now on. + ## Incompatible changes * The `nix` command is now marked as an experimental feature. This |