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