nixos/kernel: add 5.14 to kernel test-suite

Same as 2444c11431a37e04de025b63f6a12bdd05d2f4c1 on master.
This commit is contained in:
Maximilian Bosch 2021-09-12 23:14:22 +02:00
parent 92109a3f58
commit 042bd4f47b
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -32,6 +32,7 @@ with pkgs; {
linux_5_4 = makeKernelTest "5.4" linuxPackages_5_4;
linux_5_10 = makeKernelTest "5.10" linuxPackages_5_10;
linux_5_13 = makeKernelTest "5.13" linuxPackages_5_13;
linux_5_14 = makeKernelTest "5.14" linuxPackages_5_14;
linux_testing = makeKernelTest "testing" linuxPackages_testing;
}