setup
x86_64-linux.treefmt
· build #78
· raw
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/4dh0cvcxglqzkaa2wxlmb7xwf8k8ka7z-treefmt-check.drv8this path will be fetched (205.7 KiB download, 571.4 KiB unpacked):9 /nix/store/nj7z6if8idisq1d4xsf3anvv7773nrgz-json2x-0.1.010error: Cannot build '/nix/store/4dh0cvcxglqzkaa2wxlmb7xwf8k8ka7z-treefmt-check.drv'.11 Reason: builder failed with exit code 1.12 Output paths:13 /nix/store/rggvqdxmc3fbdg9z7y4zvpsimnrr766i-treefmt-check14 Last 25 log lines:15 > + else16 > + "https://beaconstate.ethstaker.cc";17 > });18 > };19 > 20 > diff --git a/clanServices/dvt/roles/ecl/nimbus.nix b/clanServices/dvt/roles/ecl/nimbus.nix21 > index 1775208..098b73f 10064422 > --- a/clanServices/dvt/roles/ecl/nimbus.nix23 > +++ b/clanServices/dvt/roles/ecl/nimbus.nix24 > @@ -55,9 +55,12 @@ in25 > # `trustedNodeSync`. Default to the ethpandaops community sync endpoint for26 > # known public networks; devnets (network = null) skip checkpoint sync.27 > checkpointSyncUrl =28 > - if settings.beacon.checkpointSyncUrl != null then settings.beacon.checkpointSyncUrl29 > - else if settings.network != null then "https://beaconstate.ethstaker.cc"30 > - else null;31 > + if settings.beacon.checkpointSyncUrl != null then32 > + settings.beacon.checkpointSyncUrl33 > + else if settings.network != null then34 > + "https://beaconstate.ethstaker.cc"35 > + else36 > + null;37 > 38 > settings = {39 > # for custom / private chains the deployer overrides `network` with a40 For full logs, run:41 nix log /nix/store/4dh0cvcxglqzkaa2wxlmb7xwf8k8ka7z-treefmt-check.drv