New in this release
devbox global push/pull
Sync your global config to a git repo using devbox global push <git repo>
, and then clone it on any machine using devbox global pull <git repo>
.
Bug Fixes
- Fixes a bug that prevented
path:
flakes from installing if they did not output adefault
package. - Fixes an bug where certain wrapped binaries caused an infinite loop
- Fixes a race condition in
devbox global
- Improves reliability of wrappers in a multi-project env
Changelog
- 92bb293 [shellenv] Fix infinite loop (#1083)
- e2c134d [readme][easy] Update readme example (#1076)
- 2f1d769 [wrappers] shellenv should not create bin wrappers (#1082)
- be311bd fix: don't error when existing symlink points at correct path (#1081)
- 6d7eb36 [wrappers] Improve wrappers in multi-project env (#1067)
- 20e598b [push] Add devbox global push (#1064)
- 7925856 [path] Add global path command (#1077)