@cryptotaxi247 / infra / commits / c451c3bb

Add nixpkgs-19.03-darwin to update channels

Matthew Bauer committed Mar 8, 2019 at 18:19 UTC c451c3bb48ba6c22e55fe17ca94e36b555b3c95b
1 file changed +1
modules/hydra-mirror.nix
+1
@@ -46,6 +46,7 @@ in
46 (makeUpdateChannel "nixos-18.03-small" "nixos/release-18.03-small/tested")
47 (makeUpdateChannel "nixos-unstable" "nixos/trunk-combined/tested")
48 (makeUpdateChannel "nixos-unstable-small" "nixos/unstable-small/tested")
49 + (makeUpdateChannel "nixpkgs-19.03-darwin" "nixpkgs/nixpkgs-19.03-darwin/darwin-tested")
50 (makeUpdateChannel "nixpkgs-18.09-darwin" "nixpkgs/nixpkgs-18.09-darwin/darwin-tested")
51 (makeUpdateChannel "nixpkgs-18.03-darwin" "nixpkgs/nixpkgs-18.03-darwin/darwin-tested")
52 (makeUpdateChannel "nixpkgs-unstable" "nixpkgs/trunk/unstable")