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
[pure shell] Fixed devbox not being in path (#1170)
## Summary
Fixed an issue which caused devbox to disappear from PATH in pure shell
mode.
NOTE: Moved the location of the symlink from `.devbox/virtenv/bin` to
`.devbox/bin`. I'm open to changing the location but since it's only in
pure mode and the location doesn't really affect the user (they can just
use `$(which devbox)` inside the shell to get the location dynamically)
I'm eager to not have the location of devbox symlink be a blocking
issue.
## How was it tested?
- compile
- ./devbox shell --pure
- which devbox
- which nix
0 commit comments