aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-25 18:03:54 -0300
committerEuAndreh <eu@euandre.org>2021-01-25 18:03:54 -0300
commit9070ced5c426fd627a82be3c8e566be3044144fd (patch)
treef5e366666c91bccb1637f4db75343e2f1e2aa012 /build-aux
parentMove Guix files under build-aux/guix/ (diff)
downloadeuandre.org-9070ced5c426fd627a82be3c8e566be3044144fd.tar.gz
euandre.org-9070ced5c426fd627a82be3c8e566be3044144fd.tar.xz
with-container.sh: Update path to Guix files
Diffstat (limited to '')
-rwxr-xr-xbuild-aux/guix/with-container.sh2
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 "$@"