You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nixos/doc/manual/release-notes/rl-2505.section.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,6 +274,8 @@
274
274
word-breaking. So you want to write `extraArgs = [ "--prefer" "spaced pat" ]`
275
275
rather than previous `extraArgs = [ "--prefer 'spaced pat'" ]`.
276
276
277
+
-`mkBinaryCache` now defaults to using `zstd` compression for the binary caches it creates. The previous `xz` compression method can be used by passing `compression = "xz";`.
278
+
277
279
-`nodePackages."@commitlint/config-conventional"` has been removed, as it is a library, and projects should depend on it instead.
278
280
279
281
- zigbee2mqtt is now available in version 2.x as `zigbee2mqtt_2`. In NixOS 25.11 we'll remove `zigbee2mqtt_1` and default to `zigbee2mqtt_2`. See the [breaking changes](https://github.com/Koenkk/zigbee2mqtt/discussions/24198) announcement for 2.0.0.
0 commit comments