setup
x86_64-linux.treefmt
· build #21
· raw
1this derivation will be built:2 /nix/store/8fz0krwp8q5bhxck3wnlh0dpj2x1n6wv-treefmt-check.drv3error: Cannot build '/nix/store/8fz0krwp8q5bhxck3wnlh0dpj2x1n6wv-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/9wijf57d98qqznlrybcxabr5gz1p2c41-treefmt-check7 Last 25 log lines:8 > "--enr-address=${lib.removePrefix "extip:" settings.beacon.p2p.nat}"9 > ]10 > - ++ lib.optionals (settings.beacon.checkpointSyncUrl != null) [11 > - "--checkpoint-sync-url=${settings.beacon.checkpointSyncUrl}"12 > - ];13 > + ++ lib.optionals (settings.beacon.checkpointSyncUrl != null) [14 > + "--checkpoint-sync-url=${settings.beacon.checkpointSyncUrl}"15 > + ];16 > };17 > 18 > environment.etc."alloy/dvt-lighthouse-beacon.alloy".text = ''19 > diff --git a/clanServices/dvt/tests/lib.nix b/clanServices/dvt/tests/lib.nix20 > index 4d6a02b..980996c 10064421 > --- a/clanServices/dvt/tests/lib.nix22 > +++ b/clanServices/dvt/tests/lib.nix23 > @@ -925,7 +925,8 @@ in24 > # is /ip4/203.0.113.7/tcp/9000 for every entry (all ECL nodes share this25 > # test NAT IP), which is unreachable inside the QEMU VM network — actual CL26 > # inter-node peering does not occur. Each node starts with a stable identity.27 > - settings.beacon.p2p.staticPeers = clPackage != "nimbus" && clPackage != "lodestar" && clPackage != "lighthouse";28 > + settings.beacon.p2p.staticPeers =29 > + clPackage != "nimbus" && clPackage != "lodestar" && clPackage != "lighthouse";30 > settings.beacon.p2p.directPeering = clPackage == "lodestar";31 > # Port must match the chosen CL client's REST API port32 > settings.beacon.rest.port = cl.restPortInventorySetting;33 For full logs, run:34 nix log /nix/store/8fz0krwp8q5bhxck3wnlh0dpj2x1n6wv-treefmt-check.drv