{ pkgs ? import { }, }: pkgs.mkShell { name = "wl"; packages = with pkgs; [ rlwrap clang-tools meson ninja bear gdb ]; }