Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/devbox/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (d *Devbox) Outdated(ctx context.Context) (map[string]UpdateVersion, error)
outdatedPackages := map[string]UpdateVersion{}

for _, pkg := range d.AllPackages() {
// For non-devbox packages, like flakes or runx, we can skip for now
// For non-devbox packages, like flakes, we can skip for now
if !pkg.IsDevboxPackage {
continue
}
Expand Down
Loading