Mic92 / envfs

Fuse filesystem that returns symlinks to executables based on the PATH of the requesting process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow remounting to update fallback-paths

SuperSandro2000 opened this issue · comments

commented

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.

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