{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ rustc cargo gpgme openssl openssl.dev git pkg-config ]; }