nixbot

builds

succeeded setup x86_64-linux.treefmt · build #64 · raw

1this derivation will be built:2 /nix/store/y0847syl17y96w3bbdxjxx45mhi17q3k-treefmt-check.drv3error: Cannot build '/nix/store/y0847syl17y96w3bbdxjxx45mhi17q3k-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/nnc4ajah2yqdflcanz41ngslfdkwqdwd-treefmt-check7 Last 25 log lines:8 > 9 > dvt.firewall.public = {10 > @@ -316,7 +316,7 @@ in11 > settings.beacon.p2p.port12 > ];13 > };14 > - })15 > + }16 > ];17 > 18 > # shared engine api secret between execution and beacon19 > diff --git a/clanServices/dvt/roles/ecl/adapters.unit.nix b/clanServices/dvt/roles/ecl/adapters.unit.nix20 > index f3a0a86..363ee93 10064421 > --- a/clanServices/dvt/roles/ecl/adapters.unit.nix22 > +++ b/clanServices/dvt/roles/ecl/adapters.unit.nix23 > @@ -106,8 +106,7 @@ let24 > firewallRole = import ../firewall.nix { inherit lib self; };25 > firewallInterfacesWith =26 > adapterModules: publicInterfaces:27 > - lib.mapAttrs28 > - (_: i: { inherit (i) allowedTCPPorts allowedUDPPorts; })29 > + lib.mapAttrs (_: i: { inherit (i) allowedTCPPorts allowedUDPPorts; })30 > (inputs.nixpkgs.lib.nixosSystem {31 > system = "x86_64-linux";32 > modules = [33 For full logs, run:34 nix log /nix/store/y0847syl17y96w3bbdxjxx45mhi17q3k-treefmt-check.drv