mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
doc: reminder to upgrade linux-libre with linux
https://github.com/NixOS/nixpkgs/pull/51403#issuecomment-444061264
This commit is contained in:
parent
bf90c317ec
commit
d9eb8c760e
1 changed files with 3 additions and 1 deletions
|
@ -14602,7 +14602,9 @@ in
|
|||
linuxPackages_4_9 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_9);
|
||||
linuxPackages_4_14 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_14);
|
||||
linuxPackages_4_19 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_4_19);
|
||||
# Don't forget to update linuxPackages_latest!
|
||||
# When adding to this list:
|
||||
# - Update linuxPackages_latest to the latest version
|
||||
# - Update the rev in ../os-specific/linux/kernel/linux-libre.nix to the latest one.
|
||||
|
||||
# Intentionally lacks recurseIntoAttrs, as -rc kernels will quite likely break out-of-tree modules and cause failed Hydra builds.
|
||||
linuxPackages_testing = linuxPackagesFor pkgs.linux_testing;
|
||||
|
|
Loading…
Reference in a new issue