this derivation will be built: /nix/store/9w4qjrxnhwa3kg6cxfqdi8251b6n4ijd-treefmt-check.drv error: Cannot build '/nix/store/9w4qjrxnhwa3kg6cxfqdi8251b6n4ijd-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/mj55qxnddm1zd27n9yyxdf0k8nmfknfl-treefmt-check Last 25 log lines: > ); > > export default { > @@ -36,7 +36,10 @@ export default { > }, > > // GitHub > - { label: "create GitHub issue", test: (p) => is(p, "gh", "issue", "create") }, > + { > + label: "create GitHub issue", > + test: (p) => is(p, "gh", "issue", "create"), > + }, > { > label: "modify GitHub issue", > test: (p) => is(p, "gh", "issue", ["close", "delete", "edit", "comment"]), > @@ -44,7 +47,8 @@ export default { > { label: "create GitHub PR", test: (p) => is(p, "gh", "pr", "create") }, > { > label: "modify GitHub PR", > - test: (p) => is(p, "gh", "pr", ["close", "merge", "edit", "comment", "review"]), > + test: (p) => > + is(p, "gh", "pr", ["close", "merge", "edit", "comment", "review"]), > }, > > // Gitea For full logs, run: nix log /nix/store/9w4qjrxnhwa3kg6cxfqdi8251b6n4ijd-treefmt-check.drv