aboutsummaryrefslogtreecommitdiff
path: root/aux/guix/with-container.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-27 11:31:02 -0300
committerEuAndreh <eu@euandre.org>2021-07-27 11:58:44 -0300
commit9e84b309cd0807ff029660d2f42a2397334efb2b (patch)
treed10f193190726891ff739ecb6655359166947bb5 /aux/guix/with-container.sh
parentTODOs.md: Add #task-1f103822-c865-254c-f6b6-4968f2fb473e (diff)
downloadgit-permalink-9e84b309cd0807ff029660d2f42a2397334efb2b.tar.gz
git-permalink-9e84b309cd0807ff029660d2f42a2397334efb2b.tar.xz
aux/: Stick to 80 columns
Diffstat (limited to 'aux/guix/with-container.sh')
-rwxr-xr-xaux/guix/with-container.sh3
1 files changed, 2 insertions, 1 deletions
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