Commit ce80d6f4 authored by Peter Kristensen's avatar Peter Kristensen
Browse files

kubectl-node-shell: enable for all unix platforms

parent 7cefd841
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}