kwok: use platforms.unix

To enable darwin builds

Signed-off-by: Anthony Rabbito <arabbito@coreweave.com>

Changed files
+1 -1
pkgs
by-name
kw
+1 -1
pkgs/by-name/kw/kwok/package.nix
···
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 ];
};
}