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