Make sure to always install en_US.UTF-8 locale
This commit is contained in:
parent
d377688b00
commit
a4ab6f5301
1 changed files with 5 additions and 0 deletions
|
@ -83,6 +83,11 @@
|
||||||
extraLocaleSettings = {
|
extraLocaleSettings = {
|
||||||
LC_TIME = "en_GB.UTF-8";
|
LC_TIME = "en_GB.UTF-8";
|
||||||
};
|
};
|
||||||
|
supportedLocales = [
|
||||||
|
"en_GB.UTF-8/UTF-8"
|
||||||
|
"en_IE.UTF-8/UTF-8"
|
||||||
|
"en_US.UTF-8/UTF-8"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue