{ pkgs ? (import {}) }: pkgs.mkShell { buildInputs = with pkgs; [ rustc cargo cmake curl gcc libpsl openssl pkgconfig which zlib dbus libtool ]; LIBCLANG_PATH = "${pkgs.llvmPackages.libclang}/lib"; }