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
[bugs] Fix shell.nix bug and ensure current symlink (#1015)
## Summary
Fixes 2 unrelated bugs:
* Create current symlink if needed. This has no user impact, but is
causing devbox cloud to break. It is also needed for future
multi-profile support.
* Ensure shell.nix works by including correct URL in fetchTarball. This
affects direnv users that have a legacy .envrc file. New/updated users
are unaffected. Fixes#1010
cc: @Lagoja
## How was it tested?
* Deleted current symlink, and saw it being recreated.
* `nix-shell .devbox/gen/shell.nix`
0 commit comments