Current Behavior (bug)
When starting devbox shell in 0.5.5, I get spurious warnings about the legacy package format:
➜ teleport git:(mike.wilson/update-go-in-devbox) ✗ devbox shell
Warning: Your devbox.json contains packages in legacy format. Please run `devbox update` to update your devbox.json.
Starting a devbox shell...
The issue there is that the packages I've got in the legacy format are intentional, as they do not yet show up in devbox search. For example, To use go1.20.5 I need to do the following in devbox.json:
Current Behavior (bug) When starting devbox shell in 0.5.5, I get spurious warnings about the legacy package format:
The issue there is that the packages I've got in the legacy format are intentional, as they do not yet show up in
devbox search
. For example, To usego1.20.5
I need to do the following indevbox.json
:Though this is the legacy format, it's required for me for the moment.
Expected Behavior (fix) devbox should not notify about legacy package formats until the devbox index contains more recent packages.
Additional context