From 23e4e32b91f40a569ca8e0b213ab531455b5fb7e Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Sun, 12 Mar 2017 22:35:20 -0400 Subject: [PATCH] kops: enable on Darwin --- pkgs/applications/networking/cluster/kops/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/cluster/kops/default.nix b/pkgs/applications/networking/cluster/kops/default.nix index 80747e44bf5..ea25fa6ccb5 100644 --- a/pkgs/applications/networking/cluster/kops/default.nix +++ b/pkgs/applications/networking/cluster/kops/default.nix @@ -27,5 +27,6 @@ buildGoPackage rec { homepage = https://github.com/kubernetes/kops; license = licenses.asl20; maintainers = with maintainers; [offline]; + platforms = platforms.unix; }; }