From 3161a929dfc8cf512fe4342e21c91129ae39cff4 Mon Sep 17 00:00:00 2001 From: Anthony Rabbito Date: Thu, 17 Jul 2025 14:02:28 -0400 Subject: [PATCH] kwok: use platforms.unix To enable darwin builds Signed-off-by: Anthony Rabbito --- pkgs/by-name/kw/kwok/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/kw/kwok/package.nix b/pkgs/by-name/kw/kwok/package.nix index b54e61db0084..763f4376cda2 100644 --- a/pkgs/by-name/kw/kwok/package.nix +++ b/pkgs/by-name/kw/kwok/package.nix @@ -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 ]; }; }