this derivation will be built: /nix/store/qaiacs4xc42rp335p5sa5vm6rbw3pwis-treefmt-check.drv error: build of '/nix/store/qaiacs4xc42rp335p5sa5vm6rbw3pwis-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/qaiacs4xc42rp335p5sa5vm6rbw3pwis-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/bp81kynipgwxwcbzcilgk2mlpn6znpkf-treefmt-check Last 19 log lines: > treefmt v2.5.0traversed 207 files > emitted 186 files for processing > formatted 186 files (1 changed) in 7.978s > 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/qaiacs4xc42rp335p5sa5vm6rbw3pwis-treefmt-check.drv error: Cannot build '/nix/store/qaiacs4xc42rp335p5sa5vm6rbw3pwis-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/bp81kynipgwxwcbzcilgk2mlpn6znpkf-treefmt-check