these 3 derivations will be built: /nix/store/rkgnfnn1z9i3bdq7fzv9r2hpv85pmykw-treefmt.toml.drv /nix/store/91s6yxchv88p46hzjc64ky1iqhhyb60v-treefmt.drv /nix/store/plj3xdf369sdfdp357688rmkx5cfpxnp-treefmt-check.drv this path will be fetched (683.6 KiB download, 1.6 MiB unpacked): /nix/store/l83wdyqcasbphww57cdavawijvwy4vwk-alejandra-4.0.0 error: Cannot build '/nix/store/plj3xdf369sdfdp357688rmkx5cfpxnp-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/f55vx6vc0iakh8ngss6jjngcz26jriha-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/plj3xdf369sdfdp357688rmkx5cfpxnp-treefmt-check.drv