Mic92/dotfiles build #127 cancelled ← #126 #128 →
eval warnings
2 kinds
· 17 occurrences
- warn ignoring untrusted substituter 'https://cache.thalheim.io/…', you are not a trusted user. ×6
- warn test eval warning from checks/flake-module.nix ×11
2 failed
| status | attribute | duration |
|---|---|---|
aarch64-darwin.formatting
|
5s | |
> """Change to the git repository root so all commands run from there.""" > - result = run( > - ["git", "rev-parse", "--show-toplevel"], check=Fa …> """Change to the git repository root so all commands run from there.""" > - result = run( > - ["git", "rev-parse", "--show-toplevel"], check=False, capture=True > - ) > + result = run(["git", "rev-parse", "--show-toplevel"], check=False, capture=True) > if result.returncode != 0: > print_error("Not inside a git repository") > raise SystemExit(1) Reason: builder failed with exit code 1. |
||
aarch64-linux.formatting
|
8s | |
> """Change to the git repository root so all commands run from there.""" > - result = run( > - ["git", "rev-parse", "--show-toplevel"], check=Fa …> """Change to the git repository root so all commands run from there.""" > - result = run( > - ["git", "rev-parse", "--show-toplevel"], check=False, capture=True > - ) > + result = run(["git", "rev-parse", "--show-toplevel"], check=False, capture=True) > if result.returncode != 0: > print_error("Not inside a git repository") > raise SystemExit(1) Reason: builder failed with exit code 1. |
||
2 cancelled
| status | attribute | duration |
|---|---|---|
| loading… | ||
4 already built
| status | attribute | duration |
|---|---|---|
| loading… | ||