···8787 You can edit the config with this snippet (by default <command>make
8888 menuconfig</command> won't work out of the box on nixos):
8989<screen><![CDATA[
9090- nix-shell -E 'with import <nixpkgs> {}; kernelToOverride.overrideAttrs (o: {nativeBuildInputs=o.nativeBuildInputs ++ [ pkgconfig ncurses ];})'
9090+ nix-shell -E 'with import <nixpkgs> {}; kernelToOverride.overrideAttrs (o: {nativeBuildInputs=o.nativeBuildInputs ++ [ pkg-config ncurses ];})'
9191 ]]></screen>
9292 or you can let nixpkgs generate the configuration. Nixpkgs generates it via
9393 answering the interactive kernel utility <command>make config</command>. The