Skip to content

flake.lock pinned to outdated nixpkgs rev causing build failure #12602

Description

@MBanucu

The flake.lock is pinned to nixpkgs rev 2f594d5af95d4fdac67fba60376ec11e482041cb (2026-01-14), which includes bun 1.3.6. However, the build script requires bun@^1.3.8, causing builds to fail with 'This script requires bun@^1.3.8, but you are using bun@1.3.6'.

The flake.lock was updated to this rev in commit f1df6f2 ('chore: update flake.lock (#9938)') on 2026-01-22.

The packageManager in package.json was updated to 'bun@1.3.8' in commit 898778d ('chore: upgrade bun to 1.3.8 (#11892)') on 2026-02-06, making the script require bun 1.3.8+.

Please update the flake.lock to a newer nixpkgs rev that includes bun 1.3.8 or later. Running 'nix flake update' in the repo should fix this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions