forked from mirrors/nixpkgs
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.
This commit is contained in:
parent
e87001bbc0
commit
0dccbe2729
|
@ -32,6 +32,7 @@ with pkgs; {
|
||||||
linux_5_4 = makeKernelTest "5.4" linuxPackages_5_4;
|
linux_5_4 = makeKernelTest "5.4" linuxPackages_5_4;
|
||||||
linux_5_10 = makeKernelTest "5.10" linuxPackages_5_10;
|
linux_5_10 = makeKernelTest "5.10" linuxPackages_5_10;
|
||||||
linux_5_12 = makeKernelTest "5.12" linuxPackages_5_12;
|
linux_5_12 = makeKernelTest "5.12" linuxPackages_5_12;
|
||||||
|
linux_5_13 = makeKernelTest "5.13" linuxPackages_5_13;
|
||||||
|
|
||||||
linux_testing = makeKernelTest "testing" linuxPackages_testing;
|
linux_testing = makeKernelTest "testing" linuxPackages_testing;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue