these 3 derivations will be built: /nix/store/2l403immg7y73h1zcknskzaq318jiv84-treefmt.toml.drv /nix/store/dv9134lkvc9dahjfknw89ghv6cqkkjqs-treefmt.drv /nix/store/dzlzvw4qaglixghlvnp1s3a64wxsw175-treefmt-check.drv this path will be fetched (635.9 KiB download, 1.4 MiB unpacked): /nix/store/n779fg97apy32j3jpxdm9ykxz4ffj8hx-alejandra-4.0.0 error: build of '/nix/store/dzlzvw4qaglixghlvnp1s3a64wxsw175-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/dzlzvw4qaglixghlvnp1s3a64wxsw175-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/r8lwfn8j2n6ihr9d67hlmkmrbc8c04n6-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/dzlzvw4qaglixghlvnp1s3a64wxsw175-treefmt-check.drv error: Cannot build '/nix/store/dzlzvw4qaglixghlvnp1s3a64wxsw175-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/r8lwfn8j2n6ihr9d67hlmkmrbc8c04n6-treefmt-check