From dd04e676719e18674fac0005ae77b0ebcf9d94b7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 8 Feb 2021 21:44:24 -0300 Subject: Add aux/ default files --- aux/guix/manifest.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 aux/guix/manifest.scm (limited to 'aux/guix/manifest.scm') diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm new file mode 100644 index 0000000..7164e5c --- /dev/null +++ b/aux/guix/manifest.scm @@ -0,0 +1,16 @@ +(specifications->manifest + (map symbol->string + '(bash + coreutils + findutils + diffutils + grep + sed + git + tar + gzip + gawk + make + perl + shellcheck + pandoc))) -- cgit v1.2.3