{ pkgs ? import {} }: pkgs.mkShellNoCC { packages = with pkgs; [ gnumake ncurses pkg-config flex bison openssl bc which file ]; shellHook = '' export KCONFIG_CONFIG=.config ''; }