this derivation will be built: /nix/store/qaiacs4xc42rp335p5sa5vm6rbw3pwis-treefmt-check.drv building '/nix/store/qaiacs4xc42rp335p5sa5vm6rbw3pwis-treefmt-check.drv' on 'ssh-ng://customer@mac02' building '/nix/store/qaiacs4xc42rp335p5sa5vm6rbw3pwis-treefmt-check.drv' treefmt-check> treefmt v2.5.0traversed 207 files treefmt-check> emitted 186 files for processing treefmt-check> formatted 186 files (1 changed) in 7.978s treefmt-check> M browser-cli/extension/content.js treefmt-check> diff --git a/browser-cli/extension/content.js b/browser-cli/extension/content.js treefmt-check> index f7d4b60..7babbaa 100644 treefmt-check> --- a/browser-cli/extension/content.js treefmt-check> +++ b/browser-cli/extension/content.js treefmt-check> @@ -2447,7 +2447,9 @@ if (!window.__browserCliInjected) { treefmt-check> upload, treefmt-check> // Agents guess go() exists; error must point at the real mechanism. treefmt-check> go() { treefmt-check> - throw new Error("go() is not a JS API. Navigate with: browser-cli --go URL"); treefmt-check> + throw new Error( treefmt-check> + "go() is not a JS API. Navigate with: browser-cli --go URL", treefmt-check> + ); treefmt-check> }, treefmt-check> }; treefmt-check> const execApiNames = Object.keys(execApi); 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