The idea is for the wrapper to instead of directly using paths pointing to store, copy these paths to a chosen location as writable and use that (of course always check if the aimed file or directory exists in the chosen location before doing that operation). This makes the process of fixing small bits of configuration much quicker, avoiding Nix evaluation/building until everything's done.
I wonder if that's possible without a new implementation of makeWrapper interface.
The idea is for the wrapper to instead of directly using paths pointing to store, copy these paths to a chosen location as writable and use that (of course always check if the aimed file or directory exists in the chosen location before doing that operation). This makes the process of fixing small bits of configuration much quicker, avoiding Nix evaluation/building until everything's done.
I wonder if that's possible without a new implementation of makeWrapper interface.