From 22ae0836eae803843b2ae580e57e976c6de0152f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 20 Dec 2023 17:07:54 +0200 Subject: [PATCH] locales: bring back the old means otherwise perl is complaining --- modules/base/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/base/default.nix b/modules/base/default.nix index 545619f..f5dd3ca 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -45,9 +45,8 @@ ]; i18n = { - defaultLocale = "en_US.UTF-8/UTF-8"; + defaultLocale = "en_US.UTF-8"; supportedLocales = [ - "C.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "lt_LT.UTF-8/UTF-8" ];