let mozilla = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz); nixpkgs = import { overlays = [ mozilla ]; }; in with nixpkgs; mkShell { buildInputs = [ clang # needed for bindgen latest.rustChannels.stable.rust openssl pkgconfig # needed for libdbus-sys to find the paths dbus.dev ]; LIBCLANG_PATH = "${llvmPackages.libclang}/lib"; }