blurstudio / hab

A application environment and launcher
GNU Lesser General Public License v3.0
25 stars 3 forks source link

Add Optional Distro for config #103

Closed MHendricks closed 2 months ago

MHendricks commented 2 months ago

This adds a way to store additional suggested distros for a given URI config. These can be passed to the forced requirement system. This allows the hab-gui to easily suggest these distros to users and let them enable them.

Optional distros may be required because enabling them would consume a software license that don't have enough to always use. It can also be useful for adding features that only specific users might want.

Checklist

Types of Changes

Proposed Changes