From 2699c85fa5202ed9f59d3b9165e0b535b9bf0c0b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 29 Jun 2026 01:34:09 -0700 Subject: manifest: Install hut This is necessary for the build script to upload the files to the static site host. --- manifest.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.scm b/manifest.scm index cc13671..fc0e556 100644 --- a/manifest.scm +++ b/manifest.scm @@ -7,4 +7,5 @@ "findutils" "git" "tar" - "gzip")) + "gzip" + "hut")) -- cgit v1.3-2-g0d8e