aboutsummaryrefslogtreecommitdiff
path: root/guix/manifest.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-23 19:37:06 -0300
committerEuAndreh <eu@euandre.org>2021-01-23 19:37:06 -0300
commit97811638d971b13a63216e636ea72270158747ce (patch)
tree3262e0e19712a96fa93ea2f39a9451854114db26 /guix/manifest.scm
parentAuto-convert TODOs.org -> TODOs.md (diff)
downloadeuandre.org-97811638d971b13a63216e636ea72270158747ce.tar.gz
euandre.org-97811638d971b13a63216e636ea72270158747ce.tar.xz
Add default Guix infrastructure
Diffstat (limited to '')
-rw-r--r--guix/manifest.scm15
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)))