Refactor bild symlink structure to be cleaner:
_/nix/Omni/Task.hs/task → /nix/store/xxx-task_/nix/Omni/Task.hs/task/bin/task (awkward)_/nix/Omni/Task.hs → /nix/store/xxx-task_/nix/Omni/Task.hs/bin/task (natural)This keeps the store closure nested under the repo namespace cleanly.
1. Modify nixBuild symlink logic to point namespace dir at store path
2. Update all code that reads from _/nix/Namespace/outname
3. Update local rundep resolution accordingly