about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCharlie Kenney <ckenney@equinix.com>2024-04-02 15:06:57 -0700
committerCharlie Kenney <ckenney@equinix.com>2024-04-02 15:06:57 -0700
commitab59037ef4470934205ab968847de2f91a8dc22b (patch)
tree2463d381ab850550010d478f8da8d5083c4bb8bf
parent80c8b15bce780f1f948751705b7a1914964f99bd (diff)
kns: allow building on any unix platform
This package is fine to build on both Linux and macOS at the least.
-rw-r--r--pkgs/applications/networking/cluster/kns/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/kns/default.nix b/pkgs/applications/networking/cluster/kns/default.nix
index 522209d591836..d79eeef266926 100644
--- a/pkgs/applications/networking/cluster/kns/default.nix
+++ b/pkgs/applications/networking/cluster/kns/default.nix
@@ -33,6 +33,6 @@ stdenvNoCC.mkDerivation {
     homepage = "https://github.com/blendle/kns";
     license = licenses.isc;
     maintainers = with maintainers; [ mmlb ];
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }