mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
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:
parent
a95db128a6
commit
9328f4437d
3 changed files with 99 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue