diff options
author | EuAndreh <eu@euandre.org> | 2021-01-25 17:52:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-25 18:02:31 -0300 |
commit | f5d86927b3c3332fbb50babf0afa5d497293937f (patch) | |
tree | fb913690c0055614661b779a4af39f2aef187d54 /build-aux/guix/manifest.scm | |
parent | Remove files related to Guix channel (diff) | |
download | remembering-f5d86927b3c3332fbb50babf0afa5d497293937f.tar.gz remembering-f5d86927b3c3332fbb50babf0afa5d497293937f.tar.xz |
Move other Guix files under build-aux/guix/
Diffstat (limited to 'build-aux/guix/manifest.scm')
-rw-r--r-- | build-aux/guix/manifest.scm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build-aux/guix/manifest.scm b/build-aux/guix/manifest.scm new file mode 100644 index 0000000..0c8a225 --- /dev/null +++ b/build-aux/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))) |