Make sure to always install en_US.UTF-8 locale

This commit is contained in:
Charlotte Van Petegem 2022-07-09 12:54:38 +02:00
parent d377688b00
commit a4ab6f5301
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -83,6 +83,11 @@
extraLocaleSettings = {
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 = {