let pkgs = import {}; in pkgs.mkShell { buildInputs = with pkgs; [ openssl ]; nativeBuildInputs = with pkgs; [ pkg-config ]; }