aboutsummaryrefslogtreecommitdiff
path: root/aux/guix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-26 14:32:32 -0300
committerEuAndreh <eu@euandre.org>2021-08-28 13:23:04 -0300
commitbd17870f8f96580eb5bf97b09d5fa3279eafbc29 (patch)
tree79f103e875799ab180933685ee4dd06c8ba69100 /aux/guix
parent_pastebins/: Tweak heading and links of pastebins just because (diff)
downloadeuandre.org-bd17870f8f96580eb5bf97b09d5fa3279eafbc29.tar.gz
euandre.org-bd17870f8f96580eb5bf97b09d5fa3279eafbc29.tar.xz
aux/: Update
Diffstat (limited to 'aux/guix')
-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 \