{ pkgs ? import {} }: pkgs.mkShell { name = "infra-shell"; buildInputs = with pkgs; [ kubeseal yq jq kubernetes-helm-wrapped ]; env = { }; }