kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6969b3d84657688534da9df5c36e1c0bae33adcb
parent ba321fa413b820edce1ccd992db373021fc700c8
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Fri, 19 Jan 2024 08:16:02 +0200

Add the entr script to the list of files monitored by entr, plus some commented code I do not want to rewrite again and again when looking for why containered Haunt fails at Unicode.

Diffstat:
Mentr | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/entr b/entr @@ -1,7 +1,11 @@ #!/bin/sh +#LC_ALL="en_US.utf8" +#LANG="en_US.utf8" + find \ assets \ + entr \ haunt.scm \ images \ kakafarm \ @@ -13,3 +17,19 @@ find \ guile-json \ haunt \ -- entr -s 'haunt build' + +# find \ + # assets \ + # entr \ + # haunt.scm \ + # images \ + # kakafarm \ + # posts \ + # root | \ + # guix shell \ + # --container \ + # --preserve='^LANG$' \ + # --preserve='^LC_ALL$' \ + # --profile=haunt-profile \ + # --pure \ + # -- entr -s 'haunt build'