about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-09-12 16:32:10 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-09 22:29:32 +0100
commite05a981d057a66b0e5885ac496039ebd4d6ca70d (patch)
treebdc5fad190a72742fd90bdf4611f25c2856c7b09 /nixos/doc
parentca6da7a5571b77ac6e823f5fb90a87d91ea0610f (diff)
downloadnixlib-e05a981d057a66b0e5885ac496039ebd4d6ca70d.tar
nixlib-e05a981d057a66b0e5885ac496039ebd4d6ca70d.tar.gz
nixlib-e05a981d057a66b0e5885ac496039ebd4d6ca70d.tar.bz2
nixlib-e05a981d057a66b0e5885ac496039ebd4d6ca70d.tar.lz
nixlib-e05a981d057a66b0e5885ac496039ebd4d6ca70d.tar.xz
nixlib-e05a981d057a66b0e5885ac496039ebd4d6ca70d.tar.zst
nixlib-e05a981d057a66b0e5885ac496039ebd4d6ca70d.zip
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 766a4ea2d99b..828c6a45b8ca 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -75,6 +75,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.