@cryptotaxi247 / infra / commits / da11303b

Add 17.03 channel

Robin Gloster committed Feb 27, 2017 at 21:44 UTC da11303befb48049dda35a5c6165ce93a1128ed3
1 file changed +2 -2
nixos-org/hydra-mirror.nix
+2 -2
@@ -42,12 +42,12 @@ in
42
43 systemd =
44 fold recursiveUpdate {} [
45 + (makeUpdateChannel "nixos-17.03" "nixos/release-17.03/tested")
46 + (makeUpdateChannel "nixos-17.03-small" "nixos/release-17.03-small/tested")
47 (makeUpdateChannel "nixos-16.09" "nixos/release-16.09/tested")
48 (makeUpdateChannel "nixos-16.09-small" "nixos/release-16.09-small/tested")
49 (makeUpdateChannel "nixos-16.03" "nixos/release-16.03/tested")
50 (makeUpdateChannel "nixos-16.03-small" "nixos/release-16.03-small/tested")
49 - #(makeUpdateChannel "nixos-15.09" "nixos/release-15.09/tested")
50 - #(makeUpdateChannel "nixos-15.09-small" "nixos/release-15.09-small/tested")
51 (makeUpdateChannel "nixos-unstable" "nixos/trunk-combined/tested")
52 (makeUpdateChannel "nixos-unstable-small" "nixos/unstable-small/tested")
53 (makeUpdateChannel "nixpkgs-unstable" "nixpkgs/trunk/unstable")