Skip to content

Commit 64fcfac

Browse files
authored
Explicitly set locale to C.UTF-8 inside buildAndWatch script (#236)
This should fix the problem reported in #29
1 parent 4d8e985 commit 64fcfac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildAndWatch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function buildAndWatchWithNix() {
1212
exit 1
1313
fi
1414

15+
export LC_ALL=C.UTF-8 # fix locale error with Hakyll (see #29)
1516
nix-build -A builder && \
1617
./result/bin/haskell-org-site clean && \
1718
./result/bin/haskell-org-site build && \

0 commit comments

Comments
 (0)