From 086bfa23858528d88acb6f700e09276546ca8a38 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 8 Nov 2024 21:30:21 +0100 Subject: [PATCH] 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. --- lib/minver.nix | 2 +- nixos/doc/manual/release-notes/rl-2411.section.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/minver.nix b/lib/minver.nix index 507d45bba4dc..cb9c6ee3156f 100644 --- a/lib/minver.nix +++ b/lib/minver.nix @@ -1,2 +1,2 @@ # Expose the minimum required version for evaluating Nixpkgs -"2.3" +"2.3.17" diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md index d75a03e41ab9..d7a3cbc8f19f 100644 --- a/nixos/doc/manual/release-notes/rl-2411.section.md +++ b/nixos/doc/manual/release-notes/rl-2411.section.md @@ -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.