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.
This commit is contained in:
Martin Weinelt 2024-11-08 21:30:21 +01:00
parent 8e8f317319
commit 086bfa2385
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# Expose the minimum required version for evaluating Nixpkgs
"2.3"
"2.3.17"

View File

@ -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.