···114114 # To be able to use the systemTarball to catch troubles.
115115 boot.crashDump = {
116116 enable = true;
117117- kernelPackages = pkgs.linuxPackages_3_4;
117117+ kernelPackages = pkgs.linuxKernel.packages.linux_3_4;
118118 };
119119120120 # No grub for the tarball.
···4747 # We don't want to evaluate all of linuxPackages for the manual
4848 # - some of it might not even evaluate correctly.
4949 defaultText = "pkgs.linuxPackages";
5050- example = literalExample "pkgs.linuxPackages_2_6_25";
5050+ example = literalExample "pkgs.linuxKernel.packages.linux_5_10";
5151 description = ''
5252 This option allows you to override the Linux kernel used by
5353 NixOS. Since things like external kernel module packages are