Opencode - server error workaround
NixOS Discourse
Opencode - server error workaround
Sharing an overlay as workaround for the newly introduced opencode bug that has been raised since bun was version bumped. Bug report: opencode: server error after sending prompt · Issue #563241 · NixOS/nixpkgs · GitHub The overlay just rolls back the bun update for opencode while nixpkgs has no fix available. opencode = let bun_1_3_13 = prev.bun.overrideAttrs (old: rec { version = "1.3.13"; src = prev.fetchurl { url = "https://github.com/oven-sh/bun/releases/download/bun-v${ve...
0 comments
No comments yet.