diff options
Diffstat (limited to 'mut/bin')
| -rwxr-xr-x | mut/bin/pnsh-nvim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mut/bin/pnsh-nvim b/mut/bin/pnsh-nvim index 07d09c0..30d8508 100755 --- a/mut/bin/pnsh-nvim +++ b/mut/bin/pnsh-nvim @@ -27,7 +27,8 @@ $" --workdir=($env | default $env.HOME PWD | get PWD)" + # " --volume=/nix/store:/nix/store" + $" --volume=/nix-config:/nix-config" + $" --volume=($env.HOME)/.ssh:/root/.ssh" + -$" --volume=($env | default "/var/run" XDG_RUNTIME_DIR | get XDG_RUNTIME_DIR)/docker.sock:/var/run/docker.sock" +$" --volume=($env | default "/var/run" XDG_RUNTIME_DIR | get XDG_RUNTIME_DIR)/docker.sock:/var/run/docker.sock" + +" --net=host" ) ( |
