Mic92/dotfiles build #547 cancelled ← #546 #548 →
eval warnings
1 kind
· 2 occurrences
- warn `fenix.overlay` is deprecated; use 'fenix.overlays.default' instead ×2
2 failed
| status | attribute | duration |
|---|---|---|
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;
|
||
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
| status | attribute | duration |
|---|---|---|
| loading… | ||