Merge pull request #71999 from WilliButz/fix-i18n
nixos/i18n: use str instead of string for consoleKeyMap
This commit is contained in:
commit
95f1a9a034
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user