aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-23 08:16:04 -0300
committerEuAndreh <eu@euandre.org>2021-08-23 08:16:04 -0300
commit8affde1b29b0536fbf614613361f1c86e9ede822 (patch)
tree384bbdd084fb6b8eea867d1b6fae456cc6e13b8c
parentpo/LC_MESSAGES/README.en.md/fr.po: Fix typo newline in link to CHANGELOG (diff)
downloadgit-permalink-8affde1b29b0536fbf614613361f1c86e9ede822.tar.gz
git-permalink-8affde1b29b0536fbf614613361f1c86e9ede822.tar.xz
aux/guix/with-container.sh: Increase verbosity when building Docker pack
-rwxr-xr-xaux/guix/with-container.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/guix/with-container.sh b/aux/guix/with-container.sh
index 641b455..6e19691 100755
--- a/aux/guix/with-container.sh
+++ b/aux/guix/with-container.sh
@@ -9,7 +9,7 @@ elif [ "$1" = '-p' ]; then
environment --fallback -m aux/guix/manifest.scm --pure -C
elif [ "$1" = '-C' ]; then
guix time-machine --fallback -C aux/guix/pinned-channels.scm -- \
- pack -f docker -S/bin=bin -m aux/guix/manifest.scm
+ pack -f docker -S/bin=bin -m aux/guix/manifest.scm -v3
else
guix time-machine --fallback -C aux/guix/pinned-channels.scm -- \
environment --fallback -m aux/guix/manifest.scm --pure -C \