kaka.farm

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

commit 9197258301da7e835d66642325c0ae585c0016b8
parent b486c254de50fa48613956e9a04d3eeb78a7fe9a
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Thu, 18 Jan 2024 07:26:29 +0200

Use a regular guix shell instead of a container to run haunt with entr - this avoids the UTF-8 mangling due to some locales problem.

Diffstat:
Mentr | 14+++++++++++++-
Mhaunt.scm | 2+-
2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/entr b/entr @@ -1,3 +1,15 @@ #!/bin/sh -find haunt.scm kakafarm posts assets images root | guix shell -p haunt-profile -C --pure -- entr -s 'haunt build' +find \ + assets \ + haunt.scm \ + images \ + kakafarm \ + posts \ + root | \ + guix shell \ + entr \ + guile \ + guile-json \ + haunt \ + -- entr -s 'haunt build' diff --git a/haunt.scm b/haunt.scm @@ -161,7 +161,7 @@ (license . "AGPLv3+"))) (keywords . #(guile haunt)) (irc . "irc://irc.libera.chat/#kakafarm") - (irc-contacts . #(cow_2001)))) + (irc-contacts . #("cow_2001")))) (site #:title site-title-prefix #:domain "kaka.farm"