aboutsummaryrefslogtreecommitdiff
path: root/guix/manifest.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-25 17:52:55 -0300
committerEuAndreh <eu@euandre.org>2021-01-25 17:52:55 -0300
commit27c41122121ed1c52cf948537ea07cc86e851d16 (patch)
treec2b0c78bc41c1fce82835ffb539b6a02afc1fad0 /guix/manifest.scm
parentUse "make public" as the primary way of building the site (diff)
downloadeuandre.org-27c41122121ed1c52cf948537ea07cc86e851d16.tar.gz
euandre.org-27c41122121ed1c52cf948537ea07cc86e851d16.tar.xz
Move Guix files under build-aux/guix/
Diffstat (limited to 'guix/manifest.scm')
-rw-r--r--guix/manifest.scm15
1 files changed, 0 insertions, 15 deletions
diff --git a/guix/manifest.scm b/guix/manifest.scm
deleted file mode 100644
index 0c8a225..0000000
--- a/guix/manifest.scm
+++ /dev/null
@@ -1,15 +0,0 @@
-(specifications->manifest
- (map symbol->string
- '(coreutils
- findutils
- diffutils
- grep
- sed
- git
- tar
- gzip
- gawk
- make
- perl
- shellcheck
- pandoc)))