This instance-walker helper is similar to #290.
This PR tries to make sure that configurations from referenced buildables in some of the top-level buildables are properly detected. Still we need to think of a good way to resolve the getter issue with delayed computation of instance-walker, after all, at the configuration detection step, we don't have a computational context yet.
Example of such buildable:
(info
(inputs (guile-texinfo
(inputs (info)))))
Here the configuration should detect that we need an automatic configuration from info as well as an automatic one from guile-texinfo.
@old, any ideas?