aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--aux/guix/manifest.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm
index 0c8a225..fc18a87 100644
--- a/aux/guix/manifest.scm
+++ b/aux/guix/manifest.scm
@@ -1,6 +1,7 @@
(specifications->manifest
(map symbol->string
- '(coreutils
+ '(bash
+ coreutils
findutils
diffutils
grep
@@ -12,4 +13,6 @@
make
perl
shellcheck
- pandoc)))
+ pandoc
+
+ jekyll)))