{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ rustc cargo pkgconfig openssl ]; }