setup
aarch64-linux.formatting
· build #256
· raw
1this derivation will be built:2 /nix/store/9w4qjrxnhwa3kg6cxfqdi8251b6n4ijd-treefmt-check.drv3error: Cannot build '/nix/store/9w4qjrxnhwa3kg6cxfqdi8251b6n4ijd-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/mj55qxnddm1zd27n9yyxdf0k8nmfknfl-treefmt-check7 Last 25 log lines:8 > );9 >10 > export default {11 > @@ -36,7 +36,10 @@ export default {12 > },13 >14 > // GitHub15 > - { label: "create GitHub issue", test: (p) => is(p, "gh", "issue", "create") },16 > + {17 > + label: "create GitHub issue",18 > + test: (p) => is(p, "gh", "issue", "create"),19 > + },20 > {21 > label: "modify GitHub issue",22 > test: (p) => is(p, "gh", "issue", ["close", "delete", "edit", "comment"]),23 > @@ -44,7 +47,8 @@ export default {24 > { label: "create GitHub PR", test: (p) => is(p, "gh", "pr", "create") },25 > {26 > label: "modify GitHub PR",27 > - test: (p) => is(p, "gh", "pr", ["close", "merge", "edit", "comment", "review"]),28 > + test: (p) =>29 > + is(p, "gh", "pr", ["close", "merge", "edit", "comment", "review"]),30 > },31 >32 > // Gitea33 For full logs, run:34 nix log /nix/store/9w4qjrxnhwa3kg6cxfqdi8251b6n4ijd-treefmt-check.drv