setup
aarch64-darwin.treefmt
· build #19
· raw
1these 3 derivations will be built:2 /nix/store/p67an2z057kzsc2j9ybkg8lar53ap5j5-treefmt.toml.drv3 /nix/store/d4wmvb9c38rf7l9xxfs2ix75n8954vpy-treefmt.drv4 /nix/store/768bz9pyg9agg89vcdy6410f9j90p96a-treefmt-check.drv5this path will be fetched (651.4 KiB download, 1.4 MiB unpacked):6 /nix/store/8lkbw4vq95f13m1b9m39ifxnnfnx7naw-alejandra-4.0.07error: build of '/nix/store/768bz9pyg9agg89vcdy6410f9j90p96a-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/768bz9pyg9agg89vcdy6410f9j90p96a-treefmt-check.drv'.8 Reason: builder failed with exit code 1.9 Output paths:10 /nix/store/5q141ag9jpy4qj6y1d14ziacmjl9cxvd-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/768bz9pyg9agg89vcdy6410f9j90p96a-treefmt-check.drv39error: Cannot build '/nix/store/768bz9pyg9agg89vcdy6410f9j90p96a-treefmt-check.drv'.40 Reason: builder failed with exit code 1.41 Output paths:42 /nix/store/5q141ag9jpy4qj6y1d14ziacmjl9cxvd-treefmt-check