about summary refs log tree commit diff
path: root/nixos/tests/kernel-generic.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-06-09 11:39:53 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2021-06-09 13:00:43 +0200
commit10eab5b6b3d1d38ffd3594fa6e4be13924dafd15 (patch)
tree83b7b0dfc72c7bfd835060dbe6398a19f4711072 /nixos/tests/kernel-generic.nix
parent9bee2bcce7ac9236d5c4bb8916d5064ef053a36b (diff)
nixos/tests/kernel-generic: fix evaluation
The test doesn't evaluate since #125469 because Linux 5.11 got removed
as it's EOL.

As this fixes the evaluation of the test and it only removes a
declaration that was apparently forgotten, I figured that a push to
unbreak the test is fine.
Diffstat (limited to 'nixos/tests/kernel-generic.nix')
-rw-r--r--nixos/tests/kernel-generic.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/kernel-generic.nix b/nixos/tests/kernel-generic.nix
index a300609cf2bfc..cb23bb2fc2d47 100644
--- a/nixos/tests/kernel-generic.nix
+++ b/nixos/tests/kernel-generic.nix
@@ -31,7 +31,6 @@ with pkgs; {
   linux_4_19 = makeKernelTest "4.19" linuxPackages_4_19;
   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;
   linux_5_12 = makeKernelTest "5.12" linuxPackages_5_12;
 
   linux_testing = makeKernelTest "testing" linuxPackages_testing;