kops: enable on Darwin

This commit is contained in:
Dan Peebles 2017-03-12 22:35:20 -04:00
parent 09c73776b9
commit 23e4e32b91

View File

@ -27,5 +27,6 @@ buildGoPackage rec {
homepage = https://github.com/kubernetes/kops;
license = licenses.asl20;
maintainers = with maintainers; [offline];
platforms = platforms.unix;
};
}