diff options
author | EuAndreh <eu@euandre.org> | 2021-01-25 18:03:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-25 18:03:54 -0300 |
commit | 9070ced5c426fd627a82be3c8e566be3044144fd (patch) | |
tree | f5e366666c91bccb1637f4db75343e2f1e2aa012 /build-aux/guix/with-container.sh | |
parent | Move Guix files under build-aux/guix/ (diff) | |
download | euandre.org-9070ced5c426fd627a82be3c8e566be3044144fd.tar.gz euandre.org-9070ced5c426fd627a82be3c8e566be3044144fd.tar.xz |
with-container.sh: Update path to Guix files
Diffstat (limited to 'build-aux/guix/with-container.sh')
-rwxr-xr-x | build-aux/guix/with-container.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/guix/with-container.sh b/build-aux/guix/with-container.sh index 5544d8e..5969d38 100755 --- a/build-aux/guix/with-container.sh +++ b/build-aux/guix/with-container.sh @@ -1,4 +1,4 @@ #!/bin/sh set -eux -guix time-machine -C guix/pinned-channels.scm -- environment --pure -C -m guix/manifest.scm -- sh -c "$@" +guix time-machine -C build-aux/guix/pinned-channels.scm -- environment --pure -C -m build-aux/guix/manifest.scm -- sh -c "$@" |