Browse Source

nixos/release-{small,combined}: add latestKernel.login

Seems like a good idea to ensure that you can always use the latest
stable upstream kernel.
nsd-state-dir
Emily 4 years ago
parent
commit
e133e396df
  1. 1
      nixos/release-combined.nix
  2. 1
      nixos/release-small.nix

1
nixos/release-combined.nix

@ -96,6 +96,7 @@ in rec {
(onFullSupported "nixos.tests.keymap.dvp")
(onFullSupported "nixos.tests.keymap.neo")
(onFullSupported "nixos.tests.keymap.qwertz")
(onFullSupported "nixos.tests.latestKernel.login")
(onFullSupported "nixos.tests.lightdm")
(onFullSupported "nixos.tests.login")
(onFullSupported "nixos.tests.misc")

1
nixos/release-small.nix

@ -101,6 +101,7 @@ in rec {
"nixos.tests.installer.separateBoot.x86_64-linux"
"nixos.tests.installer.simple.x86_64-linux"
"nixos.tests.ipv6.x86_64-linux"
"nixos.tests.latestKernel.login.x86_64-linux"
"nixos.tests.login.x86_64-linux"
"nixos.tests.misc.x86_64-linux"
"nixos.tests.nat.firewall-conntrack.x86_64-linux"

Loading…
Cancel
Save