The question is, how would I use this wrapped executable in my flake? For example, I would assume using "${pkgs.cloud-hypervisor}/bin/cloud-hypervisor" in my flake would still not have that capability as it does not use the wrapped executable.
So if you want to generate some string or path that uses the wrapped binary, there is sadly nothing but hardcoding /run/wrappers/bin
It is really sad, that you can not properly have this declared in a runtime closure and always need to make sure that the runtime requirements are fullfilled by other means