@cryptotaxi247 / infra / commits / d529ced9

channels.nix: remove 19.03

worldofpeace committed Sep 5, 2020 at 15:10 UTC d529ced992c5862e61ab7c38131086eaa253a98e
1 file changed -13
channels.nix
-13
@@ -57,19 +57,6 @@ rec {
57 job = "nixpkgs/nixpkgs-19.09-darwin/darwin-tested";
58 current = true;
59 };
60 -
61 - "nixos-19.03" = {
62 - job = "nixos/release-19.03/tested";
63 - current = false;
64 - };
65 - "nixos-19.03-small" = {
66 - job = "nixos/release-19.03-small/tested";
67 - current = false;
68 - };
69 - "nixpkgs-19.03-darwin" = {
70 - job = "nixpkgs/nixpkgs-19.03-darwin/darwin-tested";
71 - current = false;
72 - };
60 };
61
62 channels-with-urls = (builtins.mapAttrs (name: about: about.job) channels);