Add stable darwin release following NixOS 17.09 branch
See https://github.com/NixOS/nixpkgs/issues/25479
Domen Kožar committed
Sep 2, 2017 at 12:04 UTC
aba00d5717fe974c98cfddd32cbdfa7dc54207b1
1 file changed
+1
nixos-org/hydra-mirror.nix
+1
@@ -50,6 +50,7 @@ in
50
(makeUpdateChannel "nixos-16.09-small" "nixos/release-16.09-small/tested")
51
(makeUpdateChannel "nixos-unstable" "nixos/trunk-combined/tested")
52
(makeUpdateChannel "nixos-unstable-small" "nixos/unstable-small/tested")
53
+ (makeUpdateChannel "nixpkgs-17.09-darwin" "nixpkgs/nixpkgs-17.09-darwin/darwin-tested")
54
(makeUpdateChannel "nixpkgs-unstable" "nixpkgs/trunk/unstable")
55
];
56