@cryptotaxi247 / infra / commits / dafd07b3

Add 19.03 channels, disable 17.09

Eelco Dolstra committed Feb 26, 2019 at 03:53 UTC dafd07b34bb2868a75683f9c6cb97ae8466c8397
1 file changed +2 -3
modules/hydra-mirror.nix
+2 -3
@@ -38,17 +38,16 @@ in
38
39 systemd =
40 fold recursiveUpdate {} [
41 + (makeUpdateChannel "nixos-19.03" "nixos/release-19.03/tested")
42 + (makeUpdateChannel "nixos-19.03-small" "nixos/release-19.03-small/tested")
43 (makeUpdateChannel "nixos-18.09" "nixos/release-18.09/tested")
44 (makeUpdateChannel "nixos-18.09-small" "nixos/release-18.09-small/tested")
45 (makeUpdateChannel "nixos-18.03" "nixos/release-18.03/tested")
46 (makeUpdateChannel "nixos-18.03-small" "nixos/release-18.03-small/tested")
45 - (makeUpdateChannel "nixos-17.09" "nixos/release-17.09/tested")
46 - (makeUpdateChannel "nixos-17.09-small" "nixos/release-17.09-small/tested")
47 (makeUpdateChannel "nixos-unstable" "nixos/trunk-combined/tested")
48 (makeUpdateChannel "nixos-unstable-small" "nixos/unstable-small/tested")
49 (makeUpdateChannel "nixpkgs-18.09-darwin" "nixpkgs/nixpkgs-18.09-darwin/darwin-tested")
50 (makeUpdateChannel "nixpkgs-18.03-darwin" "nixpkgs/nixpkgs-18.03-darwin/darwin-tested")
51 - (makeUpdateChannel "nixpkgs-17.09-darwin" "nixpkgs/nixpkgs-17.09-darwin/darwin-tested")
51 (makeUpdateChannel "nixpkgs-unstable" "nixpkgs/trunk/unstable")
52 ];
53 }