Mic92 / envfs

Fuse filesystem that returns symlinks to executables based on the PATH of the requesting process.
249 stars 5 forks source link

Allow remounting to update fallback-paths #108

Closed SuperSandro2000 closed 1 year ago

SuperSandro2000 commented 1 year ago

When updating fallback-path the fs must be remounted because usually the nix store path has changed but currently envfs is not implementing that:

 ▶ sudo mount -o remount /usr/bin
Ignoring remount request.
Mic92 commented 1 year ago

I don't think fuse support this feature: https://unix.stackexchange.com/a/146715