{ pkgs ? import <nixpkgs> {} }:

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