{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.openssl pkgs.pkg-config pkgs.rustc pkgs.cargo pkgs.rustup pkgs.rust-analyzer ]; }