diff options
author | EuAndreh <eu@euandre.org> | 2021-01-27 15:55:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-27 15:58:51 -0300 |
commit | 451eed829916627e9248f1003752b43617a20ff4 (patch) | |
tree | 1799faf7932caab2f2b6fb0bccebf06601715dda /aux/guix/with-container.sh | |
parent | Update link to "remembering" (diff) | |
download | euandre.org-451eed829916627e9248f1003752b43617a20ff4.tar.gz euandre.org-451eed829916627e9248f1003752b43617a20ff4.tar.xz |
mv build-aux/ -> aux/ and scripts/
Diffstat (limited to '')
-rwxr-xr-x | aux/guix/with-container.sh | 4 |
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 "$@" |