aboutsummaryrefslogtreecommitdiff
path: root/guix/manifest.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-25 17:52:27 -0300
committerEuAndreh <eu@euandre.org>2021-01-25 18:02:31 -0300
commitf5d86927b3c3332fbb50babf0afa5d497293937f (patch)
treefb913690c0055614661b779a4af39f2aef187d54 /guix/manifest.scm
parentRemove files related to Guix channel (diff)
downloadremembering-f5d86927b3c3332fbb50babf0afa5d497293937f.tar.gz
remembering-f5d86927b3c3332fbb50babf0afa5d497293937f.tar.xz
Move other 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)))