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
Fixes 2 bugs:
* Avoid triple slashes that can make comparing urls break when adding
flakes (this was affecting correct removal of profile packages and also
detecting that they were already installed)
* Fix package validation for non-versioned packages (They should use nix
search instead of new search service)
## How was it tested?
* `devbox add sqlite3` showed error and was not added to devbox.json
* In examples/flake/php added and removed packages and confirmed profile
remained in sync.
0 commit comments