this derivation will be built: /nix/store/061mmwi9m8slkj1wi9j6lg0g6z1isnxj-treefmt-check.drv building '/nix/store/061mmwi9m8slkj1wi9j6lg0g6z1isnxj-treefmt-check.drv' treefmt-check> tribuchet: building on jamie treefmt-check> treefmt v2.5.0traversed 324 files treefmt-check> emitted 265 files for processing treefmt-check> formatted 265 files (1 changed) in 8.526s treefmt-check> M README.md treefmt-check> M nixbot/nixbot/web/app.py treefmt-check> diff --git a/README.md b/README.md treefmt-check> index c4ceaef..2de6150 100644 treefmt-check> --- a/README.md treefmt-check> +++ b/README.md treefmt-check> @@ -164,8 +164,8 @@ For private repositories, use the public badge URL shown on the repository page: treefmt-check> https:///badge/.svg treefmt-check> ``` treefmt-check> treefmt-check> -Both report the default branch unless `?branch=` is added. Embed the public treefmt-check> -badge with: treefmt-check> +Both report the default branch unless `?branch=` is added. Embed the treefmt-check> +public badge with: treefmt-check> treefmt-check> ```markdown treefmt-check> [![nixbot](https:///badge/.svg)](https:///repos///) treefmt-check> diff --git a/nixbot/nixbot/web/app.py b/nixbot/nixbot/web/app.py treefmt-check> index e95fd05..e33f5e7 100644 treefmt-check> --- a/nixbot/nixbot/web/app.py treefmt-check> +++ b/nixbot/nixbot/web/app.py treefmt-check> @@ -392,9 +392,7 @@ class _PageRoutes: treefmt-check> repository_badge_markdown=self._badge_markdown( treefmt-check> request, project, public=False treefmt-check> ), treefmt-check> - public_badge_markdown=self._badge_markdown( treefmt-check> - request, project, public=True treefmt-check> - ), treefmt-check> + public_badge_markdown=self._badge_markdown(request, project, public=True), treefmt-check> ) treefmt-check> treefmt-check> def _badge_markdown( error: Cannot build '/nix/store/061mmwi9m8slkj1wi9j6lg0g6z1isnxj-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/g1qz5ylhsxby78zlkgz75wfr8fr5jj2s-treefmt-check Last 25 log lines: > https:///badge/.svg > ``` > > -Both report the default branch unless `?branch=` is added. Embed the public > -badge with: > +Both report the default branch unless `?branch=` is added. Embed the > +public badge with: > > ```markdown > [![nixbot](https:///badge/.svg)](https:///repos///) > diff --git a/nixbot/nixbot/web/app.py b/nixbot/nixbot/web/app.py > index e95fd05..e33f5e7 100644 > --- a/nixbot/nixbot/web/app.py > +++ b/nixbot/nixbot/web/app.py > @@ -392,9 +392,7 @@ class _PageRoutes: > repository_badge_markdown=self._badge_markdown( > request, project, public=False > ), > - public_badge_markdown=self._badge_markdown( > - request, project, public=True > - ), > + public_badge_markdown=self._badge_markdown(request, project, public=True), > ) > > def _badge_markdown( For full logs, run: nix log /nix/store/061mmwi9m8slkj1wi9j6lg0g6z1isnxj-treefmt-check.drv