these 3 derivations will be built: /nix/store/xiwkf2ywgqim6jqgvfsmdgdcqjp7s54v-treefmt.toml.drv /nix/store/7gxnz7ff4fhv1zz1flxvay6qm8pf5q92-treefmt.drv /nix/store/g3k0m47v0i8p1hyb9wad1k8il6v0kwbq-treefmt-check.drv this path will be fetched (791.8 KiB download, 1.8 MiB unpacked): /nix/store/wzv55sp01dqarnyhc8i9k2zdlkjin5mb-alejandra-4.0.0 error: Cannot build '/nix/store/g3k0m47v0i8p1hyb9wad1k8il6v0kwbq-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/c5ibgpd0hb0aynfnvsn5n85pkwpglcdm-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/g3k0m47v0i8p1hyb9wad1k8il6v0kwbq-treefmt-check.drv