setup
aarch64-linux.treefmt
· build #19
· raw
1these 3 derivations will be built:2 /nix/store/qgd8jbbpvwn97c6ilm9vmc748xx50bs6-treefmt.toml.drv3 /nix/store/c6b39prmlmlmsfh9m5cmisyc85daagr5-treefmt.drv4 /nix/store/2x9g2ay5jxvxwkl2yk465gg60qmhsg9p-treefmt-check.drv5this path will be fetched (704.6 KiB download, 1.6 MiB unpacked):6 /nix/store/x4rk2hd2wqzy3wc1lp5y32x8czaw26cy-alejandra-4.0.07error: Cannot build '/nix/store/2x9g2ay5jxvxwkl2yk465gg60qmhsg9p-treefmt-check.drv'.8 Reason: builder failed with exit code 1.9 Output paths:10 /nix/store/crq783cr4dbq6c28asm1abgm8whc1qsx-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/2x9g2ay5jxvxwkl2yk465gg60qmhsg9p-treefmt-check.drv