this derivation will be built: /nix/store/wshk8p9n0rsp8y6z37zmg5qcw6h7xzx9-treefmt-check.drv error: Cannot build '/nix/store/wshk8p9n0rsp8y6z37zmg5qcw6h7xzx9-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/7829pvf97k21jnkr7d20akbnpkz87gyf-treefmt-check Last 25 log lines: > + if settings.beacon.checkpointSyncUrl != null then > + settings.beacon.checkpointSyncUrl > + else > + "https://beaconstate.ethstaker.cc"; > }); > }; > > diff --git a/clanServices/dvt/roles/ecl/teku.nix b/clanServices/dvt/roles/ecl/teku.nix > index 0bfa0da..9e1a59e 100644 > --- a/clanServices/dvt/roles/ecl/teku.nix > +++ b/clanServices/dvt/roles/ecl/teku.nix > @@ -79,9 +79,10 @@ in > "network" = settings.network; > # Bootstrap an empty database from the finalized checkpoint. > "checkpoint-sync-url" = > - if settings.beacon.checkpointSyncUrl != null > - then settings.beacon.checkpointSyncUrl > - else "https://beaconstate.ethstaker.cc"; > + if settings.beacon.checkpointSyncUrl != null then > + settings.beacon.checkpointSyncUrl > + else > + "https://beaconstate.ethstaker.cc"; > }); > }; > For full logs, run: nix log /nix/store/wshk8p9n0rsp8y6z37zmg5qcw6h7xzx9-treefmt-check.drv