Skip to content

Commit

Permalink
Switch 22.05 to stable and 21.11 to deprecated (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasJ committed May 31, 2022
1 parent 34b9422 commit 9d6b0a3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions channels.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,43 +42,43 @@ rec {
"nixos-22.05" = {
job = "nixos/release-22.05/tested";
variant = "primary";
status = "beta";
status = "stable";
};
"nixos-22.05-small" = {
job = "nixos/release-22.05-small/tested";
variant = "small";
status = "beta";
status = "stable";
};
"nixpkgs-22.05-darwin" = {
job = "nixpkgs/nixpkgs-22.05-darwin/darwin-tested";
variant = "darwin";
status = "beta";
status = "stable";
};
"nixos-22.05-aarch64" = {
job = "nixos/release-22.05-aarch64/tested";
variant = "aarch64";
status = "beta";
status = "stable";
};

"nixos-21.11" = {
job = "nixos/release-21.11/tested";
variant = "primary";
status = "stable";
status = "deprecated";
};
"nixos-21.11-small" = {
job = "nixos/release-21.11-small/tested";
variant = "small";
status = "stable";
status = "deprecated";
};
"nixpkgs-21.11-darwin" = {
job = "nixpkgs/nixpkgs-21.11-darwin/darwin-tested";
variant = "darwin";
status = "stable";
status = "deprecated";
};
"nixos-21.11-aarch64" = {
job = "nixos/release-21.11-aarch64/tested";
variant = "aarch64";
status = "stable";
status = "deprecated";
};

"nixos-21.05" = {
Expand Down

0 comments on commit 9d6b0a3

Please sign in to comment.