nixos/kernel: add 5.14 to kernel test-suite
Same as 2444c11431a37e04de025b63f6a12bdd05d2f4c1 on master.
This commit is contained in:
parent
92109a3f58
commit
042bd4f47b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user