nixbot

builds
1these 6 derivations will be built:2 /nix/store/dj898skglqkjhha466nmvkb3p5nqmykd-statix.toml.drv3 /nix/store/dif6s36zpq2l0v1xshcg7c8f33nra8an-statix-config.drv4 /nix/store/l78avhpr3kqj0az1bknkkzydr1bf1rc7-statix-fix.drv5 /nix/store/n3kb74nal3dzkhsl00r71b7k0mpwb2fr-treefmt.toml.drv6 /nix/store/yfy1k5i363975h6sm57k0624qdghsjis-treefmt.drv7 /nix/store/jrvah35zh3dpj0grlpswhn00b7gg12z8-treefmt-check.drv8these 2 paths will be fetched (5.3 MiB download, 13.5 MiB unpacked):9 /nix/store/6ljwpal7b1756708m33vj0crpral7mvl-git-lfs-3.7.110 /nix/store/nj7z6if8idisq1d4xsf3anvv7773nrgz-json2x-0.1.011error: Cannot build '/nix/store/jrvah35zh3dpj0grlpswhn00b7gg12z8-treefmt-check.drv'.12 Reason: builder failed with exit code 1.13 Output paths:14 /nix/store/zwr8yvk4kk0f85vhyigyl3m9jzc77b07-treefmt-check15 Last 25 log lines:16 > + else17 > + "https://beaconstate.ethstaker.cc";18 > });19 > };20 > 21 > diff --git a/clanServices/dvt/roles/ecl/nimbus.nix b/clanServices/dvt/roles/ecl/nimbus.nix22 > index 1775208..098b73f 10064423 > --- a/clanServices/dvt/roles/ecl/nimbus.nix24 > +++ b/clanServices/dvt/roles/ecl/nimbus.nix25 > @@ -55,9 +55,12 @@ in26 > # `trustedNodeSync`. Default to the ethpandaops community sync endpoint for27 > # known public networks; devnets (network = null) skip checkpoint sync.28 > checkpointSyncUrl =29 > - if settings.beacon.checkpointSyncUrl != null then settings.beacon.checkpointSyncUrl30 > - else if settings.network != null then "https://beaconstate.ethstaker.cc"31 > - else null;32 > + if settings.beacon.checkpointSyncUrl != null then33 > + settings.beacon.checkpointSyncUrl34 > + else if settings.network != null then35 > + "https://beaconstate.ethstaker.cc"36 > + else37 > + null;38 > 39 > settings = {40 > # for custom / private chains the deployer overrides `network` with a41 For full logs, run:42 nix log /nix/store/jrvah35zh3dpj0grlpswhn00b7gg12z8-treefmt-check.drv