Skip to content

Commit a34a121

Browse files
authored
mkBinaryCache: add release notes entry about new zstd compression by default (#386506)
2 parents 515eb74 + 60f9abd commit a34a121

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nixos/doc/manual/release-notes/rl-2505.section.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@
274274
word-breaking. So you want to write `extraArgs = [ "--prefer" "spaced pat" ]`
275275
rather than previous `extraArgs = [ "--prefer 'spaced pat'" ]`.
276276

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+
277279
- `nodePackages."@commitlint/config-conventional"` has been removed, as it is a library, and projects should depend on it instead.
278280

279281
- 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

Comments
 (0)