nixbot

builds
1this derivation will be built:2 /nix/store/5hbnw0fgz7wb92y1g0f7aw2q051ayipp-treefmt-check.drv3error: build of '/nix/store/5hbnw0fgz7wb92y1g0f7aw2q051ayipp-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/5hbnw0fgz7wb92y1g0f7aw2q051ayipp-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/4dzfnx49k5v9dpkpl7n56chws7bxnk2n-treefmt-check7 Last 25 log lines:8 > + };9 > }10 > diff --git a/tests/hello-flake-v2/flake.nix b/tests/hello-flake-v2/flake.nix11 > index 8b5f577..b4181ee 10064412 > --- a/tests/hello-flake-v2/flake.nix13 > +++ b/tests/hello-flake-v2/flake.nix14 > @@ -1,12 +1,10 @@15 > {16 > description = "Hello flake v2";17 > 18 > - outputs =19 > - { self }:20 > - {21 > - packages.x86_64-linux.default = import ./default.nix;22 > - packages.aarch64-linux.default = import ./default.nix;23 > - packages.x86_64-darwin.default = import ./default.nix;24 > - packages.aarch64-darwin.default = import ./default.nix;25 > - };26 > + outputs = { self }: {27 > + packages.x86_64-linux.default = import ./default.nix;28 > + packages.aarch64-linux.default = import ./default.nix;29 > + packages.x86_64-darwin.default = import ./default.nix;30 > + packages.aarch64-darwin.default = import ./default.nix;31 > + };32 > }33 For full logs, run:34 nix log /nix/store/5hbnw0fgz7wb92y1g0f7aw2q051ayipp-treefmt-check.drv35error: Cannot build '/nix/store/5hbnw0fgz7wb92y1g0f7aw2q051ayipp-treefmt-check.drv'.36 Reason: builder failed with exit code 1.37 Output paths:38 /nix/store/4dzfnx49k5v9dpkpl7n56chws7bxnk2n-treefmt-check