From 7a99036cef70dd00cc8a4a5be04ea4a25ab0dca4 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 22 Jun 2017 03:33:35 +0200 Subject: [PATCH] nixos/release-combined: Add keymap tests We really want to break channel updates whenever we break something like this, because this actually will hit machines out there and can be very much annoying (we had broken keymaps a few times which is why I introduced these tests in the first place). Just to be sure I don't break channel updates with this commit, I ran all of the keymap tests and they all succeeded. Signed-off-by: aszlig --- nixos/release-combined.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 4217f5940ec6..eca2d281342f 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -72,6 +72,12 @@ in rec { (all nixos.tests.ecryptfs) (all nixos.tests.ipv6) (all nixos.tests.i3wm) + (all nixos.tests.keymap.azerty) + (all nixos.tests.keymap.colemak) + (all nixos.tests.keymap.dvorak) + (all nixos.tests.keymap.dvp) + (all nixos.tests.keymap.neo) + (all nixos.tests.keymap.qwertz) (all nixos.tests.plasma5) #(all nixos.tests.lightdm) (all nixos.tests.login)