diff options
author | EuAndreh <eu@euandre.org> | 2021-03-21 14:40:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-21 16:02:58 -0300 |
commit | 78a9fd4e3ace4096cc61568b2c49710bddbbff79 (patch) | |
tree | dfe2f7b12abcc977287658e4f4cf99b95fa32124 /aux/guix/manifest.scm | |
download | git-permalink-78a9fd4e3ace4096cc61568b2c49710bddbbff79.tar.gz git-permalink-78a9fd4e3ace4096cc61568b2c49710bddbbff79.tar.xz |
Add base skeleton project files
Diffstat (limited to 'aux/guix/manifest.scm')
-rw-r--r-- | aux/guix/manifest.scm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm new file mode 100644 index 0000000..a689235 --- /dev/null +++ b/aux/guix/manifest.scm @@ -0,0 +1,17 @@ +(specifications->manifest + (map symbol->string + '(bash + coreutils + findutils + diffutils + grep + sed + git + tar + gzip + gawk + make + perl + shellcheck + groff + pandoc))) |