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
[add] Show better message if package is missing. Specify exact version after installing (#370)
## Summary
Minor UX improvements:
* Using devbox add without specifying a package shows a helpful message.
* After installing a package we show the exact version that was installed.
## How was it tested?
```sh
➜ devbox add
Usage: devbox add <pkg>... [flags]
To search for packages use https://search.nixos.org/packages
```
```sh
➜ devbox add curl
Installing nix packages. This may take a while... done.
curl (curl-7.86.0) is now installed.
```
0 commit comments