summaryrefslogtreecommitdiff
path: root/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 /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 '')
-rw-r--r--aux/guix/manifest.scm (renamed from build-aux/guix/manifest.scm)0
-rw-r--r--aux/guix/pinned-channels.scm (renamed from build-aux/guix/pinned-channels.scm)0
-rwxr-xr-xaux/guix/with-container.sh4
3 files changed, 4 insertions, 0 deletions
diff --git a/build-aux/guix/manifest.scm b/aux/guix/manifest.scm
index 0c8a225..0c8a225 100644
--- a/build-aux/guix/manifest.scm
+++ b/aux/guix/manifest.scm
diff --git a/build-aux/guix/pinned-channels.scm b/aux/guix/pinned-channels.scm
index 67b5a51..67b5a51 100644
--- a/build-aux/guix/pinned-channels.scm
+++ b/aux/guix/pinned-channels.scm
diff --git a/aux/guix/with-container.sh b/aux/guix/with-container.sh
new file mode 100755
index 0000000..db7b121
--- /dev/null
+++ b/aux/guix/with-container.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -eux
+
+guix time-machine -C aux/guix/pinned-channels.scm -- environment --pure -C -m aux/guix/manifest.scm -- sh -c "$@"