diff options
author | EuAndreh <eu@euandre.org> | 2021-01-22 15:22:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-22 15:22:59 -0300 |
commit | 29024cfcebf6ec96161fc44f2d536d65ab278c4c (patch) | |
tree | 177e8008e1194395b060e05001b188b7dfbaf108 /guix/manifest.scm | |
parent | Use newer version of TODOs.sh (diff) | |
download | remembering-29024cfcebf6ec96161fc44f2d536d65ab278c4c.tar.gz remembering-29024cfcebf6ec96161fc44f2d536d65ab278c4c.tar.xz |
Add build-aux/with-container.sh and the supporting files under guix/
Diffstat (limited to 'guix/manifest.scm')
-rw-r--r-- | guix/manifest.scm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/guix/manifest.scm b/guix/manifest.scm new file mode 100644 index 0000000..0c8a225 --- /dev/null +++ b/guix/manifest.scm @@ -0,0 +1,15 @@ +(specifications->manifest + (map symbol->string + '(coreutils + findutils + diffutils + grep + sed + git + tar + gzip + gawk + make + perl + shellcheck + pandoc))) |