kns: allow building on any unix platform

This package is fine to build on both Linux and macOS at the least.

+1 -1
+1 -1
pkgs/applications/networking/cluster/kns/default.nix
··· 33 33 homepage = "https://github.com/blendle/kns"; 34 34 license = licenses.isc; 35 35 maintainers = with maintainers; [ mmlb ]; 36 - platforms = platforms.linux; 36 + platforms = platforms.unix; 37 37 }; 38 38 }