@cryptotaxi247 / infra-1 / commits / 22612b08

Remove nixos-19.09 from channels list

Luke Granger-Brown committed Jul 3, 2021 at 01:02 UTC 22612b0853c0492972b8536fc0a6fc752ce777c3
1 file changed -13
channels.nix
-13
@@ -65,19 +65,6 @@ rec {
65 job = "nixpkgs/nixpkgs-20.03-darwin/darwin-tested";
66 current = false;
67 };
68 -
69 - "nixos-19.09" = {
70 - job = "nixos/release-19.09/tested";
71 - current = false;
72 - };
73 - "nixos-19.09-small" = {
74 - job = "nixos/release-19.09-small/tested";
75 - current = false;
76 - };
77 - "nixpkgs-19.09-darwin" = {
78 - job = "nixpkgs/nixpkgs-19.09-darwin/darwin-tested";
79 - current = false;
80 - };
68 };
69
70 channels-with-urls = (builtins.mapAttrs (name: about: about.job) channels);