Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,12 @@ But you can also use Nix Flake Checker [in CI](#the-flake-checker-action).
At any given time, [Nixpkgs] has a bounded set of branches that are considered _supported_.
The current list, with their statuses:

- `nixos-25.05`
- `nixos-25.05-small`
- `nixos-25.11`
- `nixos-25.11-small`
- `nixos-26.05`
- `nixos-26.05-small`
- `nixos-unstable`
- `nixos-unstable-small`
- `nixpkgs-25.05-darwin`
- `nixpkgs-25.11-darwin`
- `nixpkgs-26.05-darwin`
- `nixpkgs-unstable`
Expand Down
9 changes: 3 additions & 6 deletions ref-statuses.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"nixos-25.05": "unmaintained",
"nixos-25.05-small": "unmaintained",
"nixos-25.11": "deprecated",
"nixos-25.11-small": "deprecated",
"nixos-25.11": "unmaintained",
"nixos-25.11-small": "unmaintained",
"nixos-26.05": "stable",
"nixos-26.05-small": "stable",
"nixos-unstable": "rolling",
"nixos-unstable-small": "rolling",
"nixpkgs-25.05-darwin": "unmaintained",
"nixpkgs-25.11-darwin": "deprecated",
"nixpkgs-25.11-darwin": "unmaintained",
"nixpkgs-26.05-darwin": "stable",
"nixpkgs-unstable": "rolling"
}