1these 3 derivations will be built:2 /nix/store/cgjkpmgsziqy2nmvjq2hzh9hq2lzbjkv-treefmt.toml.drv3 /nix/store/2lrlm1jal2sz7kvjp5i9n0kp01syq199-treefmt.drv4 /nix/store/xlm4qw2i4v15faik03vlyfh9j9scicw2-treefmt-check.drv5this path will be fetched (636.2 KiB download, 1.4 MiB unpacked):6 /nix/store/nlvlw5rl4qn7qa1g8xsrv3v707108bbf-alejandra-4.0.07error: build of '/nix/store/xlm4qw2i4v15faik03vlyfh9j9scicw2-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/xlm4qw2i4v15faik03vlyfh9j9scicw2-treefmt-check.drv'.8 Reason: builder failed with exit code 1.9 Output paths:10 /nix/store/pqmk424na7zgll3md2swbf7drkjz9j78-treefmt-check11 Last 25 log lines:12 > + };13 > }14 > diff --git a/tests/hello-flake-v2/flake.nix b/tests/hello-flake-v2/flake.nix15 > index 8b5f577..b4181ee 10064416 > --- a/tests/hello-flake-v2/flake.nix17 > +++ b/tests/hello-flake-v2/flake.nix18 > @@ -1,12 +1,10 @@19 > {20 > description = "Hello flake v2";21 > 22 > - outputs =23 > - { self }:24 > - {25 > - packages.x86_64-linux.default = import ./default.nix;26 > - packages.aarch64-linux.default = import ./default.nix;27 > - packages.x86_64-darwin.default = import ./default.nix;28 > - packages.aarch64-darwin.default = import ./default.nix;29 > - };30 > + outputs = { self }: {31 > + packages.x86_64-linux.default = import ./default.nix;32 > + packages.aarch64-linux.default = import ./default.nix;33 > + packages.x86_64-darwin.default = import ./default.nix;34 > + packages.aarch64-darwin.default = import ./default.nix;35 > + };36 > }37 For full logs, run:38 nix log /nix/store/xlm4qw2i4v15faik03vlyfh9j9scicw2-treefmt-check.drv39error: Cannot build '/nix/store/xlm4qw2i4v15faik03vlyfh9j9scicw2-treefmt-check.drv'.40 Reason: builder failed with exit code 1.41 Output paths:42 /nix/store/pqmk424na7zgll3md2swbf7drkjz9j78-treefmt-check