We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff381aa commit 0b087a3Copy full SHA for 0b087a3
internal/devbox/packages.go
@@ -54,7 +54,7 @@ func (d *Devbox) Outdated(ctx context.Context) (map[string]UpdateVersion, error)
54
outdatedPackages := map[string]UpdateVersion{}
55
56
for _, pkg := range d.AllPackages() {
57
- // For non-devbox packages, like flakes or runx, we can skip for now
+ // For non-devbox packages, like flakes, we can skip for now
58
if !pkg.IsDevboxPackage {
59
continue
60
}
0 commit comments