From 9e84b309cd0807ff029660d2f42a2397334efb2b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 27 Jul 2021 11:31:02 -0300 Subject: aux/: Stick to 80 columns --- aux/guix/with-container.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'aux/guix/with-container.sh') diff --git a/aux/guix/with-container.sh b/aux/guix/with-container.sh index 408fb39..71e13e0 100755 --- a/aux/guix/with-container.sh +++ b/aux/guix/with-container.sh @@ -9,5 +9,6 @@ elif [ "$1" = '-p' ]; then environment --fallback -m aux/guix/manifest.scm --pure -C else guix time-machine --fallback -C aux/guix/pinned-channels.scm -- \ - environment --fallback -m aux/guix/manifest.scm --pure -C -- sh -c "$@" + environment --fallback -m aux/guix/manifest.scm --pure -C \ + -- sh -c "$@" fi -- cgit v1.2.3