nixbot

builds

succeeded setup checks.x86_64-linux.treefmt · build #53 · raw

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