{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ rustup openssl pkg-config websocat ]; }