update-scripts/version-info: get channel status for supported versions

Fetch channel info from NixOS/infra, the canonical source of truth.
This commit is contained in:
Matt Sturgeon 2025-05-25 04:36:42 +01:00
parent a95db128a6
commit 9328f4437d
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 99 additions and 0 deletions

View file

@ -3,3 +3,18 @@
nixpkgs_rev = "3d1f29646e4b57ed468d60f9d286cde23a8d1707"
release = "25.11"
unstable = true
[versions."24.11"]
branch = "nixos-24.11"
channel = "nixos-24.11"
status = "deprecated"
[versions."25.05"]
branch = "nixos-25.05"
channel = "nixos-25.05"
status = "stable"
[versions."25.11"]
branch = "main"
channel = "nixpkgs-unstable"
status = "rolling"