nixos/tests/kernel-generic: fix evaluation
This is breaking the tarball build, because #128502 depends on this test existing. After this commit, nixpkgs.tarball once again evaluates. (cherry picked from commit 0dccbe2729efbaee995605bff8de3c83ca61860f)
This commit is contained in:
parent
23b6a0735b
commit
917357a287
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue