From 9070ced5c426fd627a82be3c8e566be3044144fd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 25 Jan 2021 18:03:54 -0300 Subject: with-container.sh: Update path to Guix files --- build-aux/guix/with-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/guix/with-container.sh') 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 "$@" -- cgit v1.2.3