Unverified Commit 086bfa23 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

lib/minver: bump to 2.3.17

The first version that supports zstd compression, to create the option
to eventually switch compression for the binary cache.

It was released one year ago on 2023-11-03 and first shipped in NixOS
23.11.
parent 8e8f3173
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Expose the minimum required version for evaluating Nixpkgs
"2.3"
"2.3.17"
+2 −0
Original line number Diff line number Diff line
@@ -195,6 +195,8 @@

## Backward Incompatibilities {#sec-release-24.11-incompatibilities}

- Nixpkgs now requires Nix 2.3.17 or newer to allow for zstd compressed binary artifacts.

- The `sound` options have been removed or renamed, as they had a lot of unintended side effects. See [below](#sec-release-24.11-migration-sound) for details.

- The NVIDIA driver no longer defaults to the proprietary kernel module with versions >= 560. You will need to manually set `hardware.nvidia.open` to select the proprietary or open modules.