summary refs log tree commit diff
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2018-11-20 04:11:39 +0100
committerPierre Bourdon <delroth@gmail.com>2018-11-20 04:11:39 +0100
commit74598ca8d3e54679df61029bee9c7ad91c2abdcd (patch)
treef9fad505b6c4402e0a1c194e99a630cf81d52ca9
parenta041dc8ab71fc8f68dbee689453c1087ab424210 (diff)
downloadnixpkgs-74598ca8d3e54679df61029bee9c7ad91c2abdcd.tar
nixpkgs-74598ca8d3e54679df61029bee9c7ad91c2abdcd.tar.gz
nixpkgs-74598ca8d3e54679df61029bee9c7ad91c2abdcd.tar.bz2
nixpkgs-74598ca8d3e54679df61029bee9c7ad91c2abdcd.tar.lz
nixpkgs-74598ca8d3e54679df61029bee9c7ad91c2abdcd.tar.xz
nixpkgs-74598ca8d3e54679df61029bee9c7ad91c2abdcd.tar.zst
nixpkgs-74598ca8d3e54679df61029bee9c7ad91c2abdcd.zip
nixos.tests.keymap: use new name of the colemak/en-latin9 keymap
Commit f1987fb58f57828944ca822bbb39b3de87f01863 renamed colemak/en-latin9 to
colemak/colemak, but the keymap test wasn't adjusted to refer to the new path.
-rw-r--r--nixos/tests/keymap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/keymap.nix b/nixos/tests/keymap.nix
index b19da251119..2b4c1ab7b05 100644
--- a/nixos/tests/keymap.nix
+++ b/nixos/tests/keymap.nix
@@ -99,7 +99,7 @@ in pkgs.lib.mapAttrs mkKeyboardTest {
       homerow.expect = [ "a" "r" "s" "t" "n" "e" "i" "o"         ];
     };
 
-    extraConfig.i18n.consoleKeyMap = "en-latin9";
+    extraConfig.i18n.consoleKeyMap = "colemak/colemak";
     extraConfig.services.xserver.layout = "us";
     extraConfig.services.xserver.xkbVariant = "colemak";
   };