this derivation will be built: /nix/store/5hbnw0fgz7wb92y1g0f7aw2q051ayipp-treefmt-check.drv error: build of '/nix/store/5hbnw0fgz7wb92y1g0f7aw2q051ayipp-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/5hbnw0fgz7wb92y1g0f7aw2q051ayipp-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/4dzfnx49k5v9dpkpl7n56chws7bxnk2n-treefmt-check Last 25 log lines: > + }; > } > diff --git a/tests/hello-flake-v2/flake.nix b/tests/hello-flake-v2/flake.nix > index 8b5f577..b4181ee 100644 > --- a/tests/hello-flake-v2/flake.nix > +++ b/tests/hello-flake-v2/flake.nix > @@ -1,12 +1,10 @@ > { > description = "Hello flake v2"; > > - outputs = > - { self }: > - { > - packages.x86_64-linux.default = import ./default.nix; > - packages.aarch64-linux.default = import ./default.nix; > - packages.x86_64-darwin.default = import ./default.nix; > - packages.aarch64-darwin.default = import ./default.nix; > - }; > + outputs = { self }: { > + packages.x86_64-linux.default = import ./default.nix; > + packages.aarch64-linux.default = import ./default.nix; > + packages.x86_64-darwin.default = import ./default.nix; > + packages.aarch64-darwin.default = import ./default.nix; > + }; > } For full logs, run: nix log /nix/store/5hbnw0fgz7wb92y1g0f7aw2q051ayipp-treefmt-check.drv error: Cannot build '/nix/store/5hbnw0fgz7wb92y1g0f7aw2q051ayipp-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/4dzfnx49k5v9dpkpl7n56chws7bxnk2n-treefmt-check