{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs.python311Packages; [ websockets watchdog pyperclip timeout-decorator ]; }