kwok: use platforms.unix (#426165)

authored by philiptaron.tngl.sh and committed by GitHub 969257e1 88206561

+1 -1
+1 -1
pkgs/by-name/kw/kwok/package.nix
··· 23 description = "Simulate massive Kubernetes clusters with low resource usage locally without kubelet"; 24 homepage = "https://kwok.sigs.k8s.io"; 25 changelog = "https://github.com/kubernetes-sigs/kwok/releases/tag/v${version}"; 26 - platforms = lib.platforms.linux; 27 maintainers = with lib.maintainers; [ bot-wxt1221 ]; 28 }; 29 }
··· 23 description = "Simulate massive Kubernetes clusters with low resource usage locally without kubelet"; 24 homepage = "https://kwok.sigs.k8s.io"; 25 changelog = "https://github.com/kubernetes-sigs/kwok/releases/tag/v${version}"; 26 + platforms = lib.platforms.unix; 27 maintainers = with lib.maintainers; [ bot-wxt1221 ]; 28 }; 29 }