these 3 derivations will be built: /nix/store/qgd8jbbpvwn97c6ilm9vmc748xx50bs6-treefmt.toml.drv /nix/store/c6b39prmlmlmsfh9m5cmisyc85daagr5-treefmt.drv /nix/store/2x9g2ay5jxvxwkl2yk465gg60qmhsg9p-treefmt-check.drv this path will be fetched (704.6 KiB download, 1.6 MiB unpacked): /nix/store/x4rk2hd2wqzy3wc1lp5y32x8czaw26cy-alejandra-4.0.0 error: Cannot build '/nix/store/2x9g2ay5jxvxwkl2yk465gg60qmhsg9p-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/crq783cr4dbq6c28asm1abgm8whc1qsx-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/2x9g2ay5jxvxwkl2yk465gg60qmhsg9p-treefmt-check.drv