these 3 derivations will be built: /nix/store/p67an2z057kzsc2j9ybkg8lar53ap5j5-treefmt.toml.drv /nix/store/d4wmvb9c38rf7l9xxfs2ix75n8954vpy-treefmt.drv /nix/store/xq96ci95ipccf82pqps3dc6zmrgnj8w2-treefmt-check.drv this path will be fetched (651.4 KiB download, 1.4 MiB unpacked): /nix/store/8lkbw4vq95f13m1b9m39ifxnnfnx7naw-alejandra-4.0.0 error: build of '/nix/store/xq96ci95ipccf82pqps3dc6zmrgnj8w2-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/xq96ci95ipccf82pqps3dc6zmrgnj8w2-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/59h6r05pmx16bkd9i11ms0q2nm31ny6l-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/xq96ci95ipccf82pqps3dc6zmrgnj8w2-treefmt-check.drv error: Cannot build '/nix/store/xq96ci95ipccf82pqps3dc6zmrgnj8w2-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/59h6r05pmx16bkd9i11ms0q2nm31ny6l-treefmt-check