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
## Summary
`devbox update` does not work with git flakes. This adds support for git
flake to `devbox update` and also ensures that the nix packages are
rebuilt when an update is requested. Without this, git flakes will not
be refreshed from git.
## How was it tested?
1. Configured a devbox.json with devbox packages and flakes
2. Ran devbox shell without a .devbox folder and without packages being
installed in nix
3. Saw packages get installed
4. Ran devbox shell with a .devbox folder and with packages being
installed in nix
5. Saw packages verified, but not updated or installed
6. Ran devbox update
7. Saw packages get rebuild with `nix build --refresh`
---------
Signed-off-by: Greg Curtis <[email protected]>
Co-authored-by: Greg Curtis <[email protected]>
0 commit comments