aboutsummaryrefslogtreecommitdiff
path: root/build-aux/guix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-27 15:55:27 -0300
committerEuAndreh <eu@euandre.org>2021-01-27 15:58:51 -0300
commit451eed829916627e9248f1003752b43617a20ff4 (patch)
tree1799faf7932caab2f2b6fb0bccebf06601715dda /build-aux/guix
parentUpdate link to "remembering" (diff)
downloadeuandre.org-451eed829916627e9248f1003752b43617a20ff4.tar.gz
euandre.org-451eed829916627e9248f1003752b43617a20ff4.tar.xz
mv build-aux/ -> aux/ and scripts/
Diffstat (limited to 'build-aux/guix')
-rw-r--r--build-aux/guix/manifest.scm15
-rw-r--r--build-aux/guix/pinned-channels.scm11
-rwxr-xr-xbuild-aux/guix/with-container.sh4
3 files changed, 0 insertions, 30 deletions
diff --git a/build-aux/guix/manifest.scm b/build-aux/guix/manifest.scm
deleted file mode 100644
index 0c8a225..0000000
--- a/build-aux/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)))
diff --git a/build-aux/guix/pinned-channels.scm b/build-aux/guix/pinned-channels.scm
deleted file mode 100644
index 67b5a51..0000000
--- a/build-aux/guix/pinned-channels.scm
+++ /dev/null
@@ -1,11 +0,0 @@
-(list
- (channel
- (name 'guix)
- (url "https://git.savannah.gnu.org/git/guix.git")
- (commit
- "d265809b782293eb42dd663b4611ca19dd2bf1b3")
- (introduction
- (make-channel-introduction
- "9edb3f66fd807b096b48283debdcddccfea34bad"
- (openpgp-fingerprint
- "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
diff --git a/build-aux/guix/with-container.sh b/build-aux/guix/with-container.sh
deleted file mode 100755
index 5969d38..0000000
--- a/build-aux/guix/with-container.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-set -eux
-
-guix time-machine -C build-aux/guix/pinned-channels.scm -- environment --pure -C -m build-aux/guix/manifest.scm -- sh -c "$@"