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