Merge pull request #128567 from lukegb/kernel-generic-fix

nixos/tests/kernel-generic: fix evaluation
This commit is contained in:
Luke Granger-Brown 2021-06-29 00:13:55 +01:00 committed by GitHub
commit 3a8d7958a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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_12 = makeKernelTest "5.12" linuxPackages_5_12;
linux_5_13 = makeKernelTest "5.13" linuxPackages_5_13;
linux_testing = makeKernelTest "testing" linuxPackages_testing;
}