{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ jq kubectl k9s fluxcd ]; KUBECONFIG = ./dgx-spark-kubeconfig.yaml; }