From 72f48fcb778436bf4baffbe5eace084729a00f40 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 20 Jul 2020 20:40:59 +0200 Subject: [PATCH] local/bin/rshare: Fix woof guix container command. --- .local/bin/rshare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/rshare b/.local/bin/rshare index 885fef54..bee643da 100755 --- a/.local/bin/rshare +++ b/.local/bin/rshare @@ -77,7 +77,7 @@ EOF share_woof() { if command -v guix >/dev/null 2>&1; then - guix environment -C -N --ad-hoc woof -- woof -c 9999 -p $PORT "$TARGET" + guix environment -C -N --expose="$TARGET"="$TARGET" --ad-hoc woof -- woof -c 9999 -p $PORT "$TARGET" else woof -c 9999 -p $PORT "$TARGET" fi