We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8e985 commit 64fcfacCopy full SHA for 64fcfac
buildAndWatch
@@ -12,6 +12,7 @@ function buildAndWatchWithNix() {
12
exit 1
13
fi
14
15
+ export LC_ALL=C.UTF-8 # fix locale error with Hakyll (see #29)
16
nix-build -A builder && \
17
./result/bin/haskell-org-site clean && \
18
./result/bin/haskell-org-site build && \
0 commit comments