kwok: use platforms.unix

To enable darwin builds

Signed-off-by: Anthony Rabbito <arabbito@coreweave.com>
This commit is contained in:
Anthony Rabbito 2025-07-17 14:02:28 -04:00 committed by Anthony Rabbito
parent ee34d66a29
commit 3161a929df
No known key found for this signature in database

View File

@ -23,7 +23,7 @@ buildGoModule rec {
description = "Simulate massive Kubernetes clusters with low resource usage locally without kubelet";
homepage = "https://kwok.sigs.k8s.io";
changelog = "https://github.com/kubernetes-sigs/kwok/releases/tag/v${version}";
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ bot-wxt1221 ];
};
}