Skip to content

Nix flake.lock outdated bun version 1.3.11 #18982

@gigamonster256

Description

@gigamonster256

Description

Last 19 log lines:
       > Using versionCheckHook
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/frmacrchhq9wsf0c4cy62ddia6698qaa-source
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > Running phase: buildPhase
       > 12 |
       > 13 | // relax version requirement
       > 14 | const expectedBunVersionRange = `^${expectedBunVersion}`
       > 15 |
       > 16 | if (!semver.satisfies(process.versions.bun, expectedBunVersionRange)) {
       > 17 |   throw new Error(`This script requires bun@${expectedBunVersionRange}, but you are using bun@${process.versions.bun}`)
       >                  ^
       > error: This script requires bun@^1.3.11, but you are using bun@1.3.10
       >       at /build/source/packages/script/src/index.ts:17:13

Plugins

n/a

OpenCode version

n/a

Steps to reproduce

nix build on dev

Screenshot and/or share link

No response

Operating System

n/a

Terminal

n/a

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingnix

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions