{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.talosctl pkgs.yq ]; # set env TALOSCONFIG="talosconfig"; }