aboutsummaryrefslogtreecommitdiff
path: root/aux/guix/with-container.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-27 14:02:07 -0300
committerEuAndreh <eu@euandre.org>2021-01-27 14:02:28 -0300
commitf19c14c2d014ff9aa4bb1bd8e2c186effe6dbdab (patch)
treea557f15d828953ff086a36cadeef98ebb5918705 /aux/guix/with-container.sh
parentUpdate shared README.sh (diff)
downloadserver-f19c14c2d014ff9aa4bb1bd8e2c186effe6dbdab.tar.gz
server-f19c14c2d014ff9aa4bb1bd8e2c186effe6dbdab.tar.xz
mv build-aux/ aux/
Diffstat (limited to 'aux/guix/with-container.sh')
-rwxr-xr-xaux/guix/with-container.sh4
1 files changed, 4 insertions, 0 deletions
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 "$@"