nixbot

builds

Mic92/dotfiles build #547 cancelled

branch main · PR #5874 · commit 5836c8fe48 · · took 48s

eval warnings 1 kind · 2 occurrences
  • warn `fenix.overlay` is deprecated; use 'fenix.overlays.default' instead ×2

2 failed
failed attributes
status attribute duration
failed checks.aarch64-darwin.formatting 4s
treefmt-check: if (signal?.aborted) throw new Error("Command aborted"); if (timedOut && r.error?.startsWith("KeyboardInterrupt")) { - r.err …
treefmt-check:
       if (signal?.aborted) throw new Error("Command aborted");
       if (timedOut && r.error?.startsWith("KeyboardInterrupt")) {
-        r.error = `Timed out after ${params.timeout}s (cell interrupted, interpreter state kept)`;
+        r.error =
+          `Timed out after ${params.timeout}s (cell interrupted, interpreter state kept)`;
       }
 
       let text = r.stdout;
failed checks.aarch64-linux.formatting 4s
treefmt-check: // Throw like bash so pi ends the run as "aborted" and sends queued prompts. if (signal?.aborted) throw new Error("Command aborted" …
treefmt-check:
       // Throw like bash so pi ends the run as "aborted" and sends queued prompts.
       if (signal?.aborted) throw new Error("Command aborted");
       if (timedOut && r.error?.startsWith("KeyboardInterrupt")) {
-        r.error = `Timed out after ${params.timeout}s (cell interrupted, interpreter state kept)`;
+        r.error =
+          `Timed out after ${params.timeout}s (cell interrupted, interpreter state kept)`;
       }
       let text = r.stdout;
93 already built
skipped attributes
status attribute duration
loading…