Commit 80c12e0
authored
[services] Fix process-compose not being installed (#1323)
## Summary
On new devbox/nix installations, nix is not in PATH. For most commands,
we add nix to path (add, shell, run, etc), but not for services.
Longer term, we probably don't want this if we want to support non-nix
package services.
## How was it tested?
In fresh docker ubuntu, ran:
```bash
devbox init
devbox services ls
devbox add apache
devbox services up
```1 parent 3d91344 commit 80c12e0
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
285 | 288 | | |
286 | 289 | | |
287 | 290 | | |
| |||
0 commit comments