From 278f81bf240732b483d18cd354f3233e13795280 Mon Sep 17 00:00:00 2001 From: Periklis Tsirakidis Date: Fri, 30 Sep 2016 16:41:07 +0200 Subject: [PATCH] docker-machine: enable for darwin --- pkgs/applications/networking/cluster/docker-machine/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/docker-machine/default.nix b/pkgs/applications/networking/cluster/docker-machine/default.nix index fbb08a9bd225..62dbbcf21495 100644 --- a/pkgs/applications/networking/cluster/docker-machine/default.nix +++ b/pkgs/applications/networking/cluster/docker-machine/default.nix @@ -23,6 +23,6 @@ buildGoPackage rec { description = "Docker Machine is a tool that lets you install Docker Engine on virtual hosts, and manage Docker Engine on the hosts."; license = licenses.asl20; maintainers = with maintainers; [ offline tailhook ]; - platforms = platforms.linux; + platforms = platforms.unix; }; }