aboutsummaryrefslogtreecommitdiff
path: root/aux/guix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-30 10:47:10 -0300
committerEuAndreh <eu@euandre.org>2021-01-30 10:47:44 -0300
commitc290896243314db6de0f2359cbe3f6586344e4b8 (patch)
treeba2c739932f0f99f84f230d7bd6d906a8d090f5a /aux/guix
parentUpdate aux/ci/ files (diff)
downloadeuandre.org-c290896243314db6de0f2359cbe3f6586344e4b8.tar.gz
euandre.org-c290896243314db6de0f2359cbe3f6586344e4b8.tar.xz
manifest.scm: Add bash and jekyll packages
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)))