-
Notifications
You must be signed in to change notification settings - Fork 257
Open
Labels
Description
What happened?
Running devbox update <pkg>
causes side effects. e.g.
➜ axiom git:(main) ✗ devbox global update go
Info: Updating go@latest 1.24.0 -> 1.24.4
Info: Installing the following packages to the nix store: [email protected], direnv@latest, curl@latest, go@latest, kubernetes-helm@latest, bat@latest, fish@latest, hello@latest, vhs@latest, git@latest, nodejs@latest
(it's also unclear why I needed to install these. I should have already had them)
Steps to reproduce
- Create a devbox.json with a bunch of packages
- Try to update a single package.
- update installs everything instead of simply updating requested package
Command
No response
devbox.json
Devbox version
main
Nix version
No response
What system does this bug occur on?
macOS (Intel)
Debug logs
No response