@cryptotaxi247 / infra-1 / commits / 52684288

Remove 18.03 channels

Eelco Dolstra committed Sep 9, 2019 at 18:29 UTC 52684288d038b9b71d99a36cc02175345d9cf6bf
1 file changed -4
modules/hydra-mirror.nix
-4
@@ -18,10 +18,6 @@ let
18 "nixos-18.09" = "nixos/release-18.09/tested";
19 "nixos-18.09-small" = "nixos/release-18.09-small/tested";
20 "nixpkgs-18.09-darwin" = "nixpkgs/nixpkgs-18.09-darwin/darwin-tested";
21 -
22 - "nixos-18.03" = "nixos/release-18.03/tested";
23 - "nixos-18.03-small" = "nixos/release-18.03-small/tested";
24 - "nixpkgs-18.03-darwin" = "nixpkgs/nixpkgs-18.03-darwin/darwin-tested";
21 };
22
23 channelScripts = import <nixos-channel-scripts> { inherit pkgs; };