From 53cd6f263c9a90ae02fdcabceb7db10c60e3d3cd Mon Sep 17 00:00:00 2001 From: yaya Date: Wed, 1 Jul 2026 13:46:23 +0200 Subject: [PATCH] lib/trivial: Bump oldestSupportedRelease to 2605 NixOS 25.11 is end-of-life. --- lib/trivial.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/trivial.nix b/lib/trivial.nix index 9f0f5daf1332..9288a9e1b1db 100644 --- a/lib/trivial.nix +++ b/lib/trivial.nix @@ -474,7 +474,7 @@ in */ oldestSupportedRelease = # Update on master only. Do not backport. - 2511; + 2605; /** Whether a feature is supported in all supported releases (at the time of