these 6 derivations will be built: /nix/store/dj898skglqkjhha466nmvkb3p5nqmykd-statix.toml.drv /nix/store/dif6s36zpq2l0v1xshcg7c8f33nra8an-statix-config.drv /nix/store/l78avhpr3kqj0az1bknkkzydr1bf1rc7-statix-fix.drv /nix/store/n3kb74nal3dzkhsl00r71b7k0mpwb2fr-treefmt.toml.drv /nix/store/yfy1k5i363975h6sm57k0624qdghsjis-treefmt.drv /nix/store/4dh0cvcxglqzkaa2wxlmb7xwf8k8ka7z-treefmt-check.drv this path will be fetched (205.7 KiB download, 571.4 KiB unpacked): /nix/store/nj7z6if8idisq1d4xsf3anvv7773nrgz-json2x-0.1.0 error: Cannot build '/nix/store/4dh0cvcxglqzkaa2wxlmb7xwf8k8ka7z-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/rggvqdxmc3fbdg9z7y4zvpsimnrr766i-treefmt-check Last 25 log lines: > + else > + "https://beaconstate.ethstaker.cc"; > }); > }; > > diff --git a/clanServices/dvt/roles/ecl/nimbus.nix b/clanServices/dvt/roles/ecl/nimbus.nix > index 1775208..098b73f 100644 > --- a/clanServices/dvt/roles/ecl/nimbus.nix > +++ b/clanServices/dvt/roles/ecl/nimbus.nix > @@ -55,9 +55,12 @@ in > # `trustedNodeSync`. Default to the ethpandaops community sync endpoint for > # known public networks; devnets (network = null) skip checkpoint sync. > checkpointSyncUrl = > - if settings.beacon.checkpointSyncUrl != null then settings.beacon.checkpointSyncUrl > - else if settings.network != null then "https://beaconstate.ethstaker.cc" > - else null; > + if settings.beacon.checkpointSyncUrl != null then > + settings.beacon.checkpointSyncUrl > + else if settings.network != null then > + "https://beaconstate.ethstaker.cc" > + else > + null; > > settings = { > # for custom / private chains the deployer overrides `network` with a For full logs, run: nix log /nix/store/4dh0cvcxglqzkaa2wxlmb7xwf8k8ka7z-treefmt-check.drv