kernel: Add test for 5.10

This commit is contained in:
Tim Steinbach
2021-04-08 09:00:15 -04:00
committed by Tim Steinbach
parent 13c3f30d11
commit 1dc38fbbc2
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -25,5 +25,6 @@ let
}));
in
with pkgs; {
linux_5_10 = makeKernelTest "5.10" linuxPackages_5_10;
linux_5_11 = makeKernelTest "5.11" linuxPackages_5_11;
}