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
Thanks for reporting! looks like the ls --outdated command is not properly handling packages with the <package>.<output> format. This is because we don't actually have version data for a package named enchant.dev.
A better way to add the package you need is probably devbox add enchant -o dev, which uses Nixpkgs to find the enchant package and then adds the dev output to your project. The resulting devbox.json looks like this:
What happened?
Was testing out devbox ls —outdated and it error on 0.14.0-deva
Steps to reproduce
cd /tmp/devbox-0.14.0-deva
devbox add enchant.dev
devbox ls —outdated
errors withError: failed to fetch resolved package: enchant.out@latest: package not found
Command
No response
devbox.json
Devbox version
0.14.0-deva
Nix version
nix (Nix) 2.18.6
What system does this bug occur on?
macOS (Apple Silicon)
Debug logs
The text was updated successfully, but these errors were encountered: