diff options
author | EuAndreh <eu@euandre.org> | 2021-01-10 10:39:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-10 10:42:06 -0300 |
commit | 6ab288f7439366147d0dfb400529b43dbaa894e0 (patch) | |
tree | b542bd5d83a22cc7277b76f5ca1b7a70c019656a /build-aux/with-container.sh | |
parent | Readd assert-todos.sh (diff) | |
download | server-6ab288f7439366147d0dfb400529b43dbaa894e0.tar.gz server-6ab288f7439366147d0dfb400529b43dbaa894e0.tar.xz |
Add Guix CI files
Diffstat (limited to 'build-aux/with-container.sh')
-rwxr-xr-x | build-aux/with-container.sh | 3 |
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 "$@" |