{pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ cargo rustc pkg-config libudev-zero ]; }