{ pkgs ? import {} }: pkgs.mkShell { name = "rufus"; packages = with pkgs; [ rlwrap gemini-cli-bin vscodium clang-tools meson ninja bear gdb ]; }