about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2024-01-14 16:34:33 +0000
committerGitHub <noreply@github.com>2024-01-14 16:34:33 +0000
commit9b3e68356ca009e28cb70935086479ba465cc2bf (patch)
treebce17929e58102ec914a245e32c21313b8a7eb4f /nixos/doc
parenta292058564022422d26461512a1fd18bdd4f87ec (diff)
parente05a981d057a66b0e5885ac496039ebd4d6ca70d (diff)
downloadnixlib-9b3e68356ca009e28cb70935086479ba465cc2bf.tar
nixlib-9b3e68356ca009e28cb70935086479ba465cc2bf.tar.gz
nixlib-9b3e68356ca009e28cb70935086479ba465cc2bf.tar.bz2
nixlib-9b3e68356ca009e28cb70935086479ba465cc2bf.tar.lz
nixlib-9b3e68356ca009e28cb70935086479ba465cc2bf.tar.xz
nixlib-9b3e68356ca009e28cb70935086479ba465cc2bf.tar.zst
nixlib-9b3e68356ca009e28cb70935086479ba465cc2bf.zip
Merge pull request #254766 from SuperSandro2000/xxd-closure-size
xxd: reduce closure size by splitting it into it's own output
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 89419068742f..5fddddf549de 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -90,6 +90,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - `services.resolved.fallbackDns` can now be used to disable the upstream fallback servers entirely by setting it to an empty list. To get the previous behaviour of the upstream defaults set it to null, the new default, instead.
 
+- `xxd` has been moved from `vim` default output to its own output to reduce closure size. The canonical way to reference it across all platforms is `unixtools.xxd`.
+
 - `services.avahi.nssmdns` got split into `services.avahi.nssmdns4` and `services.avahi.nssmdns6` which enable the mDNS NSS switch for IPv4 and IPv6 respectively.
   Since most mDNS responders only register IPv4 addresses, most users want to keep the IPv6 support disabled to avoid long timeouts.