You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Devbox will now install process-compose 0.85.0 if an older version (or
no version) is installed on the user's system
If an older version of process compose was installed in the utility
profile, Devbox will remove that older version first. This PR provides a
general way to remove packages (either from Flakes or Nixpkgs) from the
utils profile
This PR also fixes a bug where using `devbox services up` with the
`--config` flag would cause process compose to fail.
This PR doesn't add any new 0.85.0 features, though that could be a
follow up.
## How was it tested?
* Install an older version in the utils profile, check that this
upgrades
* Remove process-compose from the utlis profile, check that 0.85.0 is
installed
* This should be pre-released first, for more extensive testing
0 commit comments