{ pkgs ? import { } }: pkgs.mkShell { buildInputs = [ ]; packages = with pkgs; [ opentofu protobuf ]; }