aboutsummaryrefslogtreecommitdiff
path: root/build-aux/guix/with-container.sh
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 /build-aux/guix/with-container.sh
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 'build-aux/guix/with-container.sh')
-rwxr-xr-xbuild-aux/guix/with-container.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-aux/guix/with-container.sh b/build-aux/guix/with-container.sh
new file mode 100755
index 0000000..5969d38
--- /dev/null
+++ b/build-aux/guix/with-container.sh
@@ -0,0 +1,4 @@
+#!/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 "$@"