@cryptotaxi247 / infra / commits / 73bb8584

channels: Add 18.09

Samuel Dionne-Riel committed Sep 2, 2018 at 16:38 UTC 73bb8584dd2bce9fd1a840a56e27d1abf5b72ac3
1 file changed +3
nixos-org/hydra-mirror.nix
+3
@@ -42,6 +42,8 @@ in
42
43 systemd =
44 fold recursiveUpdate {} [
45 + (makeUpdateChannel "nixos-18.09" "nixos/release-18.09/tested")
46 + (makeUpdateChannel "nixos-18.09-small" "nixos/release-18.09-small/tested")
47 (makeUpdateChannel "nixos-18.03" "nixos/release-18.03/tested")
48 (makeUpdateChannel "nixos-18.03-small" "nixos/release-18.03-small/tested")
49 (makeUpdateChannel "nixos-17.09" "nixos/release-17.09/tested")
@@ -52,6 +54,7 @@ in
54 (makeUpdateChannel "nixos-16.09-small" "nixos/release-16.09-small/tested")
55 (makeUpdateChannel "nixos-unstable" "nixos/trunk-combined/tested")
56 (makeUpdateChannel "nixos-unstable-small" "nixos/unstable-small/tested")
57 + (makeUpdateChannel "nixpkgs-18.09-darwin" "nixpkgs/nixpkgs-18.09-darwin/darwin-tested")
58 (makeUpdateChannel "nixpkgs-18.03-darwin" "nixpkgs/nixpkgs-18.03-darwin/darwin-tested")
59 (makeUpdateChannel "nixpkgs-17.09-darwin" "nixpkgs/nixpkgs-17.09-darwin/darwin-tested")
60 (makeUpdateChannel "nixpkgs-unstable" "nixpkgs/trunk/unstable")