mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
kernel: Add test for 5.4
This commit is contained in:
parent
1dc38fbbc2
commit
060e94136f
2 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,7 @@ let
|
|||
}));
|
||||
in
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue