diff options
Diffstat (limited to 'aux/guix/manifest.scm')
-rw-r--r-- | aux/guix/manifest.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm new file mode 100644 index 0000000..9d3b266 --- /dev/null +++ b/aux/guix/manifest.scm @@ -0,0 +1,18 @@ +(specifications->manifest + (map symbol->string + '(bash + coreutils + findutils + diffutils + grep + sed + git + tar + gzip + gawk + make + perl + shellcheck + gettext + groff + pandoc))) |