Closed ezrizhu closed 2 months ago
after nix-shell -p mergerfs, when doing try commands, the inner unshare fails on mount -t proc proc /proc &&
nix-shell -p mergerfs
mount -t proc proc /proc &&
[nix-shell:~/repos/pash/try]$ ./try echo h /run/user/1000/tmp.bemWQGzsMR: line 6: /run/wrappers/bin/mount: Permission denied
somehow resolved itself
after
nix-shell -p mergerfs
, when doing try commands, the inner unshare fails onmount -t proc proc /proc &&