From cf3dd4b6c4b6b0d0b4035ca3d69f4ae5f9468043 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Fri, 15 Nov 2024 10:49:56 +0100 Subject: [PATCH] release/update_nixpkgs: upstream 24.11 branchoff has happened --- release/update-nixpkgs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release/update-nixpkgs.py b/release/update-nixpkgs.py index a43d86e5a..fa16834a2 100755 --- a/release/update-nixpkgs.py +++ b/release/update-nixpkgs.py @@ -29,7 +29,8 @@ class NixOSVersion(StrEnum): NIXOS_2305 = "nixos-23.05" NIXOS_2311 = "nixos-23.11" NIXOS_2405 = "nixos-24.05" - NIXOS_UNSTABLE = "nixos-24.11" + NIXOS_2411 = "nixos-24.11" + NIXOS_UNSTABLE = "nixos-unstable" @property def upstream_branch(self) -> str: