sidusIO / sediment

A Sericea-based OS image with quality of life improvements
Apache License 2.0
2 stars 1 forks source link

ASDF on host? #12

Closed HerrNaN closed 5 months ago

HerrNaN commented 7 months ago

Should we have asdf on the host system

HerrNaN commented 5 months ago

The merged solution does not translate well into distroboxes since most of the actual code running lives on the host system-space.

Suggestion is to install asdf with a just-script instead since we then can install it in user-space

williamleven commented 5 months ago

Suggestion sounds good. Alternative could be to symlink asdf into userspace.

HerrNaN commented 5 months ago

Yes, I agree. Nonetheless, this still has to be done post-install since user-space doesn't exist built time.

Keeping the installation as one chunk, in a justfile, instead of both in image and justfile sounds like the most sound approach to me.