{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = [ pkgs.bashInteractive pkgs.kubectl ]; shellHook = '' export KUBECONFIG=$PWD/cluster-admin.kubeconfig ''; }