mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
Merge pull request #12250 from womfoo/update-manual
docs: kernelPackagesFor -> linuxPackagesFor
This commit is contained in:
commit
f6d59bc913
|
@ -125,7 +125,7 @@ $ make menuconfig ARCH=<replaceable>arch</replaceable></screen>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>It may be that the new kernel requires updating the external
|
<para>It may be that the new kernel requires updating the external
|
||||||
kernel modules and kernel-dependent packages listed in the
|
kernel modules and kernel-dependent packages listed in the
|
||||||
<varname>kernelPackagesFor</varname> function in
|
<varname>linuxPackagesFor</varname> function in
|
||||||
<filename>all-packages.nix</filename> (such as the NVIDIA drivers,
|
<filename>all-packages.nix</filename> (such as the NVIDIA drivers,
|
||||||
AUFS, etc.). If the updated packages aren’t backwards compatible
|
AUFS, etc.). If the updated packages aren’t backwards compatible
|
||||||
with older kernels, you may need to keep the older versions
|
with older kernels, you may need to keep the older versions
|
||||||
|
|
Loading…
Reference in a new issue