this derivation will be built: /nix/store/x9vg6hc62w7mjxn1zzgr5iaml7wcfb92-treefmt-check.drv error: Cannot build '/nix/store/x9vg6hc62w7mjxn1zzgr5iaml7wcfb92-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/lmvlw73gyyfbx9sb4p0dys2r112baq58-treefmt-check Last 20 log lines: > tribuchet: building on jamie > treefmt v2.5.0traversed 207 files > emitted 186 files for processing > formatted 186 files (1 changed) in 2.753s > M browser-cli/extension/content.js > diff --git a/browser-cli/extension/content.js b/browser-cli/extension/content.js > index f7d4b60..7babbaa 100644 > --- a/browser-cli/extension/content.js > +++ b/browser-cli/extension/content.js > @@ -2447,7 +2447,9 @@ if (!window.__browserCliInjected) { > upload, > // Agents guess go() exists; error must point at the real mechanism. > go() { > - throw new Error("go() is not a JS API. Navigate with: browser-cli --go URL"); > + throw new Error( > + "go() is not a JS API. Navigate with: browser-cli --go URL", > + ); > }, > }; > const execApiNames = Object.keys(execApi); For full logs, run: nix log /nix/store/x9vg6hc62w7mjxn1zzgr5iaml7wcfb92-treefmt-check.drv