1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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;
};
}