this derivation will be built: /nix/store/3sh0p4c8j87qjywav7rwp2qkwin872pa-treefmt-check.drv error: build of '/nix/store/3sh0p4c8j87qjywav7rwp2qkwin872pa-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/3sh0p4c8j87qjywav7rwp2qkwin872pa-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/sfnnhx48r0x1a0pkid2lbyf7z328nkpj-treefmt-check Last 25 log lines: > - const content: ({ type: "text"; text: string } | { > - type: "image"; > - data: string; > - mimeType: string; > - })[] = []; > - if (t.content) content.push({ type: "text", text: t.content }); > - for (const data of r.images) { > - content.push({ type: "image", data, mimeType: "image/png" }); > - } > - return { content, details: undefined, isError: r.error !== null }; > - }, > - }); > + const content: ({ type: "text"; text: string } | { > + type: "image"; > + data: string; > + mimeType: string; > + })[] = []; > + if (t.content) content.push({ type: "text", text: t.content }); > + for (const data of r.images) { > + content.push({ type: "image", data, mimeType: "image/png" }); > + } > + return { content, details: undefined, isError: r.error !== null }; > + }, > + }); > } For full logs, run: nix log /nix/store/3sh0p4c8j87qjywav7rwp2qkwin872pa-treefmt-check.drv error: Cannot build '/nix/store/3sh0p4c8j87qjywav7rwp2qkwin872pa-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/sfnnhx48r0x1a0pkid2lbyf7z328nkpj-treefmt-check