{ pkgs ? import {} }: pkgs.mkShell { name = "toi-dev"; buildInputs = with pkgs; [ gnumake gdb m4 bison flex texinfo gcc ]; }