nixos/i18n: use str instead of string for consoleKeyMap

This commit is contained in:
WilliButz 2019-10-25 23:55:17 +02:00
parent 78763398c3
commit 509fadd01a
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2

View file

@ -89,11 +89,7 @@ with lib;
}; };
consoleKeyMap = mkOption { consoleKeyMap = mkOption {
type = mkOptionType { type = with types; either str path;
name = "string or path";
check = t: (isString t || types.path.check t);
};
default = "us"; default = "us";
example = "fr"; example = "fr";
description = '' description = ''