summaryrefslogtreecommitdiffstats
path: root/files/.bin/guix-container
blob: 162eda0364f1bb4384a79ee4172a596bd64b0668 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

guix shell -C -F -N \
     -E XDG_RUNTIME_DIR=/tmp \
     -E WAYLAND_DISPLAY \
     -E DISPLAY \
     --share=$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY=/tmp/$WAYLAND_DISPLAY \
     $@ coreutils