Skip to content

Commit

Permalink
release/update_nixpkgs: upstream 24.11 branchoff has happened
Browse files Browse the repository at this point in the history
  • Loading branch information
osnyx committed Nov 15, 2024
1 parent e82f8b2 commit cf3dd4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release/update-nixpkgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cf3dd4b

Please sign in to comment.