nixbot

builds
1these 3 derivations will be built:2 /nix/store/6dadcmyywnjf7cqg6symnqqp8rgrislg-treefmt.toml.drv3 /nix/store/xb702wf6fkwmb5y5611nzjzk1cysnx41-treefmt.drv4 /nix/store/3i8fnkmm0f4bhgbnh23i6fsvm9p5wc8f-treefmt-check.drv5this path will be fetched (773.6 KiB download, 1.8 MiB unpacked):6 /nix/store/wjkw9q9p3y4z21hg04l27a3iv5i1kvcx-alejandra-4.0.07error: Cannot build '/nix/store/3i8fnkmm0f4bhgbnh23i6fsvm9p5wc8f-treefmt-check.drv'.8 Reason: builder failed with exit code 1.9 Output paths:10 /nix/store/kwbslani6pyl9ahyak7yspzsa58z4css-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/3i8fnkmm0f4bhgbnh23i6fsvm9p5wc8f-treefmt-check.drv