aboutsummaryrefslogtreecommitdiff
path: root/aux/guix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-27 13:09:42 -0300
committerEuAndreh <eu@euandre.org>2021-01-27 13:09:42 -0300
commit53d7c1b4de2d443d531ac4b630f6976c88640815 (patch)
tree9fc004a645bda202cb82b9ff9fbd880646d97c4d /aux/guix
parentv0.1.2: Use sed over tac for POSIX compatibility (diff)
downloadremembering-53d7c1b4de2d443d531ac4b630f6976c88640815.tar.gz
remembering-53d7c1b4de2d443d531ac4b630f6976c88640815.tar.xz
mv build-aux/ aux/
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 ab3e7bc..ab3e7bc 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 "$@"