Skip to content

Commit

Permalink
channels: Drop nixos-22.11
Browse files Browse the repository at this point in the history
Keep the listing on status.nixos.org short and tidy.
  • Loading branch information
mweinelt committed Jan 4, 2024
1 parent a640db6 commit 031568e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions channels.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,6 @@ rec {
variant = "darwin";
status = "unmaintained";
};

"nixos-22.11" = {
job = "nixos/release-22.11/tested";
variant = "primary";
status = "unmaintained";
};
"nixos-22.11-small" = {
job = "nixos/release-22.11-small/tested";
variant = "small";
status = "unmaintained";
};
"nixpkgs-22.11-darwin" = {
job = "nixpkgs/nixpkgs-22.11-darwin/darwin-tested";
variant = "darwin";
status = "unmaintained";
};
};

channels-with-urls = (builtins.mapAttrs (name: about: about.job) channels);
Expand Down

0 comments on commit 031568e

Please sign in to comment.