We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
git
which -a /usr/bin/git
cd <some devbox project
direnv allow
which git
error: tool 'git' not found
No response
any works
0.14.0
nix (Nix) 2.26.2
macOS (Apple Silicon)
The text was updated successfully, but these errors were encountered:
More info, I've just learned this may be an upstream (nix) issue NixOS/nixpkgs#355486
Sorry, something went wrong.
NixOS/nixpkgs#355486 (comment) solved it for me on 14.4 (23E214)
Likely Related to this issue: #2517
No branches or pull requests
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 PATHSteps to reproduce
which -a /usr/bin/git
cd <some devbox project
anddirenv allow
which git
still points to the same versiongit
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
The text was updated successfully, but these errors were encountered: