aboutsummaryrefslogtreecommitdiff
path: root/build-aux/with-container.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-10 10:39:31 -0300
committerEuAndreh <eu@euandre.org>2021-01-10 10:42:06 -0300
commit6ab288f7439366147d0dfb400529b43dbaa894e0 (patch)
treeb542bd5d83a22cc7277b76f5ca1b7a70c019656a /build-aux/with-container.sh
parentReadd assert-todos.sh (diff)
downloadserver-6ab288f7439366147d0dfb400529b43dbaa894e0.tar.gz
server-6ab288f7439366147d0dfb400529b43dbaa894e0.tar.xz
Add Guix CI files
Diffstat (limited to 'build-aux/with-container.sh')
-rwxr-xr-xbuild-aux/with-container.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-aux/with-container.sh b/build-aux/with-container.sh
new file mode 100755
index 0000000..cff282f
--- /dev/null
+++ b/build-aux/with-container.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -eux
+
+guix time-machine -C guix/pinned-channels.scm -- environment --pure -C -m guix/manifest.scm -- sh -c "$@"