Merge pull request #71999 from WilliButz/fix-i18n

nixos/i18n: use str instead of string for consoleKeyMap
This commit is contained in:
WilliButz 2019-10-26 00:50:35 +02:00 committed by GitHub
commit 95f1a9a034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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