about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-09-27 02:33:14 +0200
committerGitHub <noreply@github.com>2024-09-27 02:33:14 +0200
commitd4b1c232b73895f0e4ed3e096370a26377a35d09 (patch)
tree1e25aa02f9e795f110190736a7481e86a5853ae7 /pkgs
parent1973bc8a3d136b53194bca834a0b0be063dc73f2 (diff)
parentce80d6f41e127a81adcf3ba3ce8fde343247ad36 (diff)
kubectl-node-shell: enable for all unix platforms (#344450)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/cluster/kubectl-node-shell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/kubectl-node-shell/default.nix b/pkgs/applications/networking/cluster/kubectl-node-shell/default.nix
index 934d1c9151dc1..06c64497747af 100644
--- a/pkgs/applications/networking/cluster/kubectl-node-shell/default.nix
+++ b/pkgs/applications/networking/cluster/kubectl-node-shell/default.nix
@@ -28,6 +28,6 @@ stdenvNoCC.mkDerivation rec {
     homepage = "https://github.com/kvaps/kubectl-node-shell";
     license = licenses.asl20;
     maintainers = with maintainers; [ jocelynthode ];
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }