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