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
[nix] Improve output in ensurePackagesAreInstalled (#524)
## Summary
This PR does the following:
* If not explicitly doing add/remove we get rid of `installing nix
packages.` text.
* Whem printing nix output add indentation
## How was it tested?
```bash
➜ devbox git:(main) ✗ devbox add python3
Installing nix packages.
this derivation will be built:
/nix/store/frrcrw99ypkkxjid0y8b7rzrnv5s0f8h-devbox-development.drv
building '/nix/store/frrcrw99ypkkxjid0y8b7rzrnv5s0f8h-devbox-development.drv'...
created 30 symlinks in user environment
building '/nix/store/9w1n2arl4k05nrf79c2k5590kljn5jvl-user-environment.drv'...
...
```
```bash
➜ devbox git:(landau/format-add) devbox shell
Starting a devbox shell...
(devbox) ➜ devbox git:(landau/format-add) exit
➜ devbox git:(landau/format-add) devbox run echo 5
5
➜ devbox git:(landau/format-add)
```
0 commit comments