Open
Description
What happened?
since upgrading to devbox 0.14.0 macOS system git is no longer available in devbox projects
this seems to be a $PATH manipulation error, but I haven't look into the specifics yet
as a workaround installing git through homebrew or nix/home-manager will put a working git
back in the PATH
Steps to reproduce
- ensure shell is using system git only;
which -a /usr/bin/git
cd <some devbox project
anddirenv allow
- strangely
which git
still points to the same version - but
git
returnserror: tool 'git' not found
Command
No response
devbox.json
Devbox version
0.14.0
Nix version
nix (Nix) 2.26.2
What system does this bug occur on?
macOS (Apple Silicon)
Debug logs
No response