@cryptotaxi247 / infra / commits / 172a9e32

channels: 21.05 is unmaintained

The promise was until the end of 2021, and there's almost no backporting to 21.05 anymore.

Vladimír Čunát committed Feb 1, 2022 at 13:44 UTC 172a9e325fd33473d831087f657b2521f4d13042
1 file changed +4 -4
channels.nix
+4 -4
@@ -63,22 +63,22 @@ rec {
63 "nixos-21.05" = {
64 job = "nixos/release-21.05/tested";
65 variant = "primary";
66 - status = "deprecated";
66 + status = "unmaintained";
67 };
68 "nixos-21.05-small" = {
69 job = "nixos/release-21.05-small/tested";
70 variant = "small";
71 - status = "deprecated";
71 + status = "unmaintained";
72 };
73 "nixpkgs-21.05-darwin" = {
74 job = "nixpkgs/nixpkgs-21.05-darwin/darwin-tested";
75 variant = "darwin";
76 - status = "deprecated";
76 + status = "unmaintained";
77 };
78 "nixos-21.05-aarch64" = {
79 job = "nixos/release-21.05-aarch64/tested";
80 variant = "aarch64";
81 - status = "deprecated";
81 + status = "unmaintained";
82 };
83
84 "nixos-20.09" = {