aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f2d057e..2b179a2 100644
--- a/Makefile
+++ b/Makefile
@@ -61,8 +61,7 @@ enter-container: pidfile
/run/current-system/profile/bin/bash --login
fake-client: fake-client-setup-mounts.sh hosts
- unshare --map-root-user --mount ./$< \
- "$${SHELL:-/bin/sh}" "$$(id -ru)" "$$(id -rg)"
+ unshare --map-root-user --mount ./$< "$${SHELL:-/bin/sh}"
install: container.scm sdists
cp guix-container.sh /etc/init.d/guix-container