diff options
author | EuAndreh <eu@euandre.org> | 2021-01-30 10:47:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-30 10:47:44 -0300 |
commit | c290896243314db6de0f2359cbe3f6586344e4b8 (patch) | |
tree | ba2c739932f0f99f84f230d7bd6d906a8d090f5a /aux/guix | |
parent | Update aux/ci/ files (diff) | |
download | euandre.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.scm | 7 |
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))) |