{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.kubernetes-helm pkgs.pre-commit pkgs.helm-docs ]; }