From 97811638d971b13a63216e636ea72270158747ce Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 23 Jan 2021 19:37:06 -0300 Subject: Add default Guix infrastructure --- guix/manifest.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 guix/manifest.scm (limited to 'guix/manifest.scm') 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))) -- cgit v1.2.3