1these 3 derivations will be built:2 /nix/store/6ks46ikd6s59c7z5yr2a3cqlpk6p3hdr-treefmt.toml.drv3 /nix/store/y6zk9pwrgkcczzkl1n92gcfpb4i4x4fb-treefmt.drv4 /nix/store/vj7dzi7b495c2q1kixqqv02a1hzkjg8b-treefmt-check.drv5these 9 paths will be fetched (618.3 MiB download, 2.1 GiB unpacked):6 /nix/store/k3mkal015d01wqj0vg7h9f657amvlsdv-alejandra-4.0.07 /nix/store/1pyc40aar7cymg1i1hvlrhnp3mcdva50-cargo-1.95.08 /nix/store/h0srj3gnx31yxllb19wi58nhkq17q0wn-cargo-bootstrap-1.95.09 /nix/store/scg89lc4r3vg2gnl9n235qzwilfxbyl7-llvm-21.1.8-lib10 /nix/store/yhsvi1s62x31ikr8hchah59fgsdbmdcb-rustc-1.95.011 /nix/store/hyyk072yiwmxx3yfvfxmf90m6bxcp1jm-rustc-bootstrap-1.95.012 /nix/store/6p38q5q6bf1rqbqfyfgp34f4b4m3bln3-rustc-bootstrap-wrapper-1.95.013 /nix/store/00lwhlix1jqpy3k5m621qk0vaba3rwgj-rustc-wrapper-1.95.014 /nix/store/r2fi72db9a0l2xclj18xq4isn3mrci4q-rustfmt-1.95.015building '/nix/store/6ks46ikd6s59c7z5yr2a3cqlpk6p3hdr-treefmt.toml.drv' on 'ssh-ng://nix@eliza'16building '/nix/store/6ks46ikd6s59c7z5yr2a3cqlpk6p3hdr-treefmt.toml.drv'17treefmt.toml> structuredAttrs is enabled18building '/nix/store/y6zk9pwrgkcczzkl1n92gcfpb4i4x4fb-treefmt.drv' on 'ssh-ng://nix@eliza'19building '/nix/store/y6zk9pwrgkcczzkl1n92gcfpb4i4x4fb-treefmt.drv'20building '/nix/store/vj7dzi7b495c2q1kixqqv02a1hzkjg8b-treefmt-check.drv' on 'ssh-ng://nix@eliza'21building '/nix/store/vj7dzi7b495c2q1kixqqv02a1hzkjg8b-treefmt-check.drv'22treefmt-check> treefmt v2.5.0traversed 28 files23treefmt-check> emitted 17 files for processing24treefmt-check> formatted 17 files (2 changed) in 95ms25treefmt-check> M tests/hello-flake-v1/flake.nix26treefmt-check> M tests/hello-flake-v2/flake.nix27treefmt-check> diff --git a/tests/hello-flake-v1/flake.nix b/tests/hello-flake-v1/flake.nix28treefmt-check> index d58aa8a..f3d5f28 10064429treefmt-check> --- a/tests/hello-flake-v1/flake.nix30treefmt-check> +++ b/tests/hello-flake-v1/flake.nix31treefmt-check> @@ -1,12 +1,10 @@32treefmt-check> {33treefmt-check> description = "Hello flake v1";34treefmt-check> 35treefmt-check> - outputs =36treefmt-check> - { self }:37treefmt-check> - {38treefmt-check> - packages.x86_64-linux.default = import ./default.nix;39treefmt-check> - packages.aarch64-linux.default = import ./default.nix;40treefmt-check> - packages.x86_64-darwin.default = import ./default.nix;41treefmt-check> - packages.aarch64-darwin.default = import ./default.nix;42treefmt-check> - };43treefmt-check> + outputs = { self }: {44treefmt-check> + packages.x86_64-linux.default = import ./default.nix;45treefmt-check> + packages.aarch64-linux.default = import ./default.nix;46treefmt-check> + packages.x86_64-darwin.default = import ./default.nix;47treefmt-check> + packages.aarch64-darwin.default = import ./default.nix;48treefmt-check> + };49treefmt-check> }50treefmt-check> diff --git a/tests/hello-flake-v2/flake.nix b/tests/hello-flake-v2/flake.nix51treefmt-check> index 8b5f577..b4181ee 10064452treefmt-check> --- a/tests/hello-flake-v2/flake.nix53treefmt-check> +++ b/tests/hello-flake-v2/flake.nix54treefmt-check> @@ -1,12 +1,10 @@55treefmt-check> {56treefmt-check> description = "Hello flake v2";57treefmt-check> 58treefmt-check> - outputs =59treefmt-check> - { self }:60treefmt-check> - {61treefmt-check> - packages.x86_64-linux.default = import ./default.nix;62treefmt-check> - packages.aarch64-linux.default = import ./default.nix;63treefmt-check> - packages.x86_64-darwin.default = import ./default.nix;64treefmt-check> - packages.aarch64-darwin.default = import ./default.nix;65treefmt-check> - };66treefmt-check> + outputs = { self }: {67treefmt-check> + packages.x86_64-linux.default = import ./default.nix;68treefmt-check> + packages.aarch64-linux.default = import ./default.nix;69treefmt-check> + packages.x86_64-darwin.default = import ./default.nix;70treefmt-check> + packages.aarch64-darwin.default = import ./default.nix;71treefmt-check> + };72treefmt-check> }73error: build of '/nix/store/vj7dzi7b495c2q1kixqqv02a1hzkjg8b-treefmt-check.drv' on 'ssh-ng://nix@eliza' failed: Cannot build '/nix/store/vj7dzi7b495c2q1kixqqv02a1hzkjg8b-treefmt-check.drv'.74 Reason: builder failed with exit code 1.75 Output paths:76 /nix/store/wrxz7g9w42csjb25nmpzjc52sfqk53wb-treefmt-check77 Last 25 log lines:78 > + };79 > }80 > diff --git a/tests/hello-flake-v2/flake.nix b/tests/hello-flake-v2/flake.nix81 > index 8b5f577..b4181ee 10064482 > --- a/tests/hello-flake-v2/flake.nix83 > +++ b/tests/hello-flake-v2/flake.nix84 > @@ -1,12 +1,10 @@85 > {86 > description = "Hello flake v2";87 > 88 > - outputs =89 > - { self }:90 > - {91 > - packages.x86_64-linux.default = import ./default.nix;92 > - packages.aarch64-linux.default = import ./default.nix;93 > - packages.x86_64-darwin.default = import ./default.nix;94 > - packages.aarch64-darwin.default = import ./default.nix;95 > - };96 > + outputs = { self }: {97 > + packages.x86_64-linux.default = import ./default.nix;98 > + packages.aarch64-linux.default = import ./default.nix;99 > + packages.x86_64-darwin.default = import ./default.nix;100 > + packages.aarch64-darwin.default = import ./default.nix;101 > + };102 > }103 For full logs, run:104 nix log /nix/store/vj7dzi7b495c2q1kixqqv02a1hzkjg8b-treefmt-check.drv105error: Cannot build '/nix/store/vj7dzi7b495c2q1kixqqv02a1hzkjg8b-treefmt-check.drv'.106 Reason: builder failed with exit code 1.107 Output paths:108 /nix/store/wrxz7g9w42csjb25nmpzjc52sfqk53wb-treefmt-check