{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ # building cargo pkg-config openssl ]; }