nix build broken with bun install step #8798

Closed
opened 2026-02-16 18:10:52 -05:00 by yindo · 3 comments
Owner

Originally created by @gigamonster256 on GitHub (Feb 7, 2026).

Originally assigned to: @thdxr on GitHub.

Description

> 1765 packages installed [12.47s]
> ENOENT: no such file or directory, scandir '/build/source/node_modules/.bun'
>     path: "/build/source/node_modules/.bun",
>  syscall: "scandir",
>    errno: -2,
>     code: "ENOENT"

possibly related to bun 1.3.8 update, bisecting with jj bisect run --range 154cbf6..dev@upstream -- nix build (154cbf6 known to be working)

Originally created by @gigamonster256 on GitHub (Feb 7, 2026). Originally assigned to: @thdxr on GitHub. ### Description ```bash > 1765 packages installed [12.47s] > ENOENT: no such file or directory, scandir '/build/source/node_modules/.bun' > path: "/build/source/node_modules/.bun", > syscall: "scandir", > errno: -2, > code: "ENOENT" ``` possibly related to bun 1.3.8 update, bisecting with `jj bisect run --range 154cbf6..dev@upstream -- nix build` (154cbf6 known to be working)
yindo added the bugnix labels 2026-02-16 18:10:52 -05:00
yindo closed this issue 2026-02-16 18:10:52 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 7, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #12602: flake.lock pinned to outdated nixpkgs rev causing build failure (includes bun 1.3.6 instead of required 1.3.8)

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Feb 7, 2026): This issue might be a duplicate of existing issues. Please check: - #12602: flake.lock pinned to outdated nixpkgs rev causing build failure (includes bun 1.3.6 instead of required 1.3.8) Feel free to ignore if none of these address your specific case.
Author
Owner

@gigamonster256 commented on GitHub (Feb 7, 2026):

related - https://github.com/numtide/llm-agents.nix/issues/1257 possibly a bun regression? i'll see if https://github.com/numtide/llm-agents.nix/pull/1264 helps

@gigamonster256 commented on GitHub (Feb 7, 2026): related - https://github.com/numtide/llm-agents.nix/issues/1257 possibly a bun regression? i'll see if https://github.com/numtide/llm-agents.nix/pull/1264 helps
Author
Owner

@gigamonster256 commented on GitHub (Feb 7, 2026):

bisected to #12493... see comments there for fix (partial reversion)

@gigamonster256 commented on GitHub (Feb 7, 2026): bisected to #12493... see comments there for fix (partial reversion)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8798