Allow remounting to update fallback-paths
SuperSandro2000 opened this issue · 1 comments
SuperSandro2000 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.
Mic92 commented
I don't think fuse support this feature: https://unix.stackexchange.com/a/146715