hspkg-builder: hoist homeIds out of comp-v2-builder attr-set
Pure restructure: `inherit (homeIds) ...` only works when `homeIds`
is in scope, not as a sibling field of the same attr-set. Move
the let-binding above the `comp-v2-builder { ... }` call so the
inherit references resolve.