Merge pull request #126239 from NixOS/backport-125469-to-release-21.05

[Backport release-21.05] Kernels 2021-06-03
This commit is contained in:
Maximilian Bosch
2021-06-09 15:14:32 +02:00
committed by GitHub
16 changed files with 46 additions and 81 deletions
-1
View File
@@ -31,7 +31,6 @@ with pkgs; {
linux_4_19 = makeKernelTest "4.19" linuxPackages_4_19;
linux_5_4 = makeKernelTest "5.4" linuxPackages_5_4;
linux_5_10 = makeKernelTest "5.10" linuxPackages_5_10;
linux_5_11 = makeKernelTest "5.11" linuxPackages_5_11;
linux_5_12 = makeKernelTest "5.12" linuxPackages_5_12;
linux_testing = makeKernelTest "testing" linuxPackages_testing;