aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authorTom Bereknyei <tomberek@gmail.com>2022-01-25 03:48:44 -0500
committerTom Bereknyei <tomberek@gmail.com>2022-01-25 03:48:44 -0500
commitdc85e20684c6763330d35f7855e8ac741dfdfa23 (patch)
treeb81795b9244a82a411600e1db70755ed85ca651b /doc/manual/src
parent93299efc7c587194de4c88ddcba5d33df3b51bf6 (diff)
bundler: notes and doc update to include bundlers repo
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/release-notes/rl-next.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index 78ae99f4b..e755173c0 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -1,2 +1,8 @@
# Release X.Y (202?-??-??)
+* `nix bundle` breaking API change now supports bundlers of the form
+ `bundler.<system>.<name>= derivation: another-derivation;`. This supports
+ additional functionality to inspect evaluation information during bundling. A
+ new [repository](https://github.com/NixOS/bundlers) has various bundlers
+ implemented.
+