diff options
author | EuAndreh <eu@euandre.org> | 2021-01-23 19:37:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-23 19:37:06 -0300 |
commit | 97811638d971b13a63216e636ea72270158747ce (patch) | |
tree | 3262e0e19712a96fa93ea2f39a9451854114db26 /build-aux/with-container.sh | |
parent | Auto-convert TODOs.org -> TODOs.md (diff) | |
download | euandre.org-97811638d971b13a63216e636ea72270158747ce.tar.gz euandre.org-97811638d971b13a63216e636ea72270158747ce.tar.xz |
Add default Guix infrastructure
Diffstat (limited to '')
-rwxr-xr-x | build-aux/with-container.sh | 4 |
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 "$@" |