linux_5_12: init at 5.12.2

This commit is contained in:
Dominik Xaver Hörl
2021-05-10 11:43:23 +02:00
parent 9622485d70
commit db0294aa60
3 changed files with 29 additions and 0 deletions
+1
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_11 = makeKernelTest "5.11" linuxPackages_5_11;
linux_5_12 = makeKernelTest "5.12" linuxPackages_5_12;
linux_testing = makeKernelTest "testing" linuxPackages_testing;
}