aboutsummaryrefslogtreecommitdiff
path: root/build-aux/with-container.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-22 15:22:59 -0300
committerEuAndreh <eu@euandre.org>2021-01-22 15:22:59 -0300
commit29024cfcebf6ec96161fc44f2d536d65ab278c4c (patch)
tree177e8008e1194395b060e05001b188b7dfbaf108 /build-aux/with-container.sh
parentUse newer version of TODOs.sh (diff)
downloadremembering-29024cfcebf6ec96161fc44f2d536d65ab278c4c.tar.gz
remembering-29024cfcebf6ec96161fc44f2d536d65ab278c4c.tar.xz
Add build-aux/with-container.sh and the supporting files under guix/
Diffstat (limited to '')
-rwxr-xr-xbuild-aux/with-container.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-aux/with-container.sh b/build-aux/with-container.sh
new file mode 100755
index 0000000..5544d8e
--- /dev/null
+++ b/build-aux/with-container.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -eux
+
+guix time-machine -C guix/pinned-channels.scm -- environment --pure -C -m guix/manifest.scm -- sh -c "$@"