diff options
Diffstat (limited to 'files/.bin/guix-container')
| -rwxr-xr-x | files/.bin/guix-container | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/.bin/guix-container b/files/.bin/guix-container new file mode 100755 index 0000000..162eda0 --- /dev/null +++ b/files/.bin/guix-container | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | guix shell -C -F -N \ | ||
| 4 | -E XDG_RUNTIME_DIR=/tmp \ | ||
| 5 | -E WAYLAND_DISPLAY \ | ||
| 6 | -E DISPLAY \ | ||
| 7 | --share=$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY=/tmp/$WAYLAND_DISPLAY \ | ||
| 8 | $@ coreutils | ||
