summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-26 18:01:02 +0000
committerGitHub <noreply@github.com>2023-10-26 18:01:02 +0000
commit96132a216a919e3260941c67161b5f16c6a85880 (patch)
tree55964a141e571c641c703e4251d97785c8e301d3 /nixos/doc
parent23c525f8dadc3caf0b00a1406ad5a6bd76ea5357 (diff)
parentadcaf3962d5147cec7d63c1ff9e3f7a3fe4653d4 (diff)
downloadnixpkgs-96132a216a919e3260941c67161b5f16c6a85880.tar
nixpkgs-96132a216a919e3260941c67161b5f16c6a85880.tar.gz
nixpkgs-96132a216a919e3260941c67161b5f16c6a85880.tar.bz2
nixpkgs-96132a216a919e3260941c67161b5f16c6a85880.tar.lz
nixpkgs-96132a216a919e3260941c67161b5f16c6a85880.tar.xz
nixpkgs-96132a216a919e3260941c67161b5f16c6a85880.tar.zst
nixpkgs-96132a216a919e3260941c67161b5f16c6a85880.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 54405e4bbfd..ef5c43a781b 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -347,6 +347,8 @@
 
 - `services.kea.{ctrl-agent,dhcp-ddns,dhcp,dhcp6}` now use separate runtime directories instead of `/run/kea` to work around the runtime directory being cleared on service start.
 
+- `mkDerivation` now rejects MD5 hashes.
+
 ## Other Notable Changes {#sec-release-23.11-notable-changes}
 
 - The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration.