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 64b4d87 commit 1732602Copy full SHA for 1732602
internal/devbox/packages.go
@@ -456,7 +456,6 @@ func (d *Devbox) installNixPackagesToStore(ctx context.Context) error {
456
// This is because glibcLocales is only available on Linux.
457
// The user should try `devbox add` again with `--exclude-platform`
458
errMessage := strings.TrimSpace(err.Error())
459
- fmt.Printf("errMessage is %s\n", errMessage)
460
maybePackageSystemCompatibilityError := strings.Contains(errMessage, "error: flake output attribute") &&
461
strings.Contains(errMessage, "is not a derivation or path")
462
0 commit comments