{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.zlib pkgs.openssh ]; }