aboutsummaryrefslogtreecommitdiff
path: root/aux/guix/with-container.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-23 08:21:38 -0300
committerEuAndreh <eu@euandre.org>2021-08-23 08:21:38 -0300
commite91cbbd2aee7a6d861f1b24f5132a2b7c68c1c94 (patch)
treea8408761ff6b202d98fa3e521c1c2427fe1e7c6a /aux/guix/with-container.sh
parentpublic/makefile.svg: Start generating it with makefile2graph and graphviz (diff)
downloadgistatic-e91cbbd2aee7a6d861f1b24f5132a2b7c68c1c94.tar.gz
gistatic-e91cbbd2aee7a6d861f1b24f5132a2b7c68c1c94.tar.xz
aux/guix/with-container.sh: Increase verbosity when building Docker image
Diffstat (limited to '')
-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 \