From a0dd7715749f6d95dd8ae536b929995c1eac34d9 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 3 Nov 2019 09:07:32 +0000 Subject: Allow more easily customising the build directory --- haunt.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/haunt.scm b/haunt.scm index 3ce7a6a..ef11d84 100644 --- a/haunt.scm +++ b/haunt.scm @@ -28,6 +28,7 @@ (site #:title "Guix Weekly News" #:domain "prototype-guix-weekly-news.cbaines.net" + #:build-directory (or (getenv "HAUNT_BUILD_DIRECTORY") "site") #:readers (list post-reader) #:builders (list -- cgit v1.2.3