Merge pull request #51504 from alyssais/patch-2
doc: reminder to upgrade linux-libre with linux
This commit is contained in:
commit
2758a38701
@ -1,6 +1,9 @@
|
||||
{ stdenv, lib, fetchsvn, linux
|
||||
, scripts ? fetchsvn {
|
||||
url = "https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/";
|
||||
|
||||
# Update this if linux_latest-libre fails to build.
|
||||
# $ curl https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/ | grep -Eo 'Revision [0-9]+'
|
||||
rev = "15715";
|
||||
sha256 = "1mz1xv860ddxz7dfp4l6q25hlsh532aapvylq703jskgbzsfinxh";
|
||||
}
|
||||
|
@ -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 New Issue
Block a user