From 784af721a47cc45791ddfb51010341babfee0049 Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Sat, 10 Apr 2021 10:13:19 +0100 Subject: [PATCH] set locale before running nix activate --- syschdemd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syschdemd.sh b/syschdemd.sh index 1e305d5f..7548c949 100644 --- a/syschdemd.sh +++ b/syschdemd.sh @@ -12,7 +12,7 @@ if [[ $EUID -ne 0 ]]; then fi if [ ! -e "/run/current-system" ]; then - /nix/var/nix/profiles/system/activate + LANG="C.UTF-8" /nix/var/nix/profiles/system/activate fi if [ ! -e "/run/systemd.pid" ]; then