mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
nixos/i18n: use str instead of string for consoleKeyMap
This commit is contained in:
parent
78763398c3
commit
509fadd01a
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user