these 3 derivations will be built: /nix/store/nnlqamfzykfm6hqmbhggjspf77vqwwq0-treefmt.toml.drv /nix/store/cd7wym8hvvzwrb6dlccy36dyh1rcrgix-treefmt.drv /nix/store/vszxq6ayz2j3f6wl5sbmzkks4n79v2ai-treefmt-check.drv this path will be fetched (471.8 KiB download, 1.4 MiB unpacked): /nix/store/dvz9vh7wpq90kg13rnw5208aw7awc55q-alejandra-4.0.0 building '/nix/store/nnlqamfzykfm6hqmbhggjspf77vqwwq0-treefmt.toml.drv' on 'ssh-ng://customer@mac02' building '/nix/store/nnlqamfzykfm6hqmbhggjspf77vqwwq0-treefmt.toml.drv' treefmt.toml> structuredAttrs is enabled building '/nix/store/cd7wym8hvvzwrb6dlccy36dyh1rcrgix-treefmt.drv' on 'ssh-ng://customer@mac02' building '/nix/store/cd7wym8hvvzwrb6dlccy36dyh1rcrgix-treefmt.drv' building '/nix/store/vszxq6ayz2j3f6wl5sbmzkks4n79v2ai-treefmt-check.drv' on 'ssh-ng://customer@mac02' building '/nix/store/vszxq6ayz2j3f6wl5sbmzkks4n79v2ai-treefmt-check.drv' treefmt-check> treefmt v2.5.0traversed 28 files treefmt-check> emitted 17 files for processing treefmt-check> formatted 17 files (2 changed) in 357ms treefmt-check> M tests/hello-flake-v1/flake.nix treefmt-check> M tests/hello-flake-v2/flake.nix treefmt-check> diff --git a/tests/hello-flake-v1/flake.nix b/tests/hello-flake-v1/flake.nix treefmt-check> index d58aa8a..f3d5f28 100644 treefmt-check> --- a/tests/hello-flake-v1/flake.nix treefmt-check> +++ b/tests/hello-flake-v1/flake.nix treefmt-check> @@ -1,12 +1,10 @@ treefmt-check> { treefmt-check> description = "Hello flake v1"; treefmt-check> treefmt-check> - outputs = treefmt-check> - { self }: treefmt-check> - { treefmt-check> - packages.x86_64-linux.default = import ./default.nix; treefmt-check> - packages.aarch64-linux.default = import ./default.nix; treefmt-check> - packages.x86_64-darwin.default = import ./default.nix; treefmt-check> - packages.aarch64-darwin.default = import ./default.nix; treefmt-check> - }; treefmt-check> + outputs = { self }: { treefmt-check> + packages.x86_64-linux.default = import ./default.nix; treefmt-check> + packages.aarch64-linux.default = import ./default.nix; treefmt-check> + packages.x86_64-darwin.default = import ./default.nix; treefmt-check> + packages.aarch64-darwin.default = import ./default.nix; treefmt-check> + }; treefmt-check> } treefmt-check> diff --git a/tests/hello-flake-v2/flake.nix b/tests/hello-flake-v2/flake.nix treefmt-check> index 8b5f577..b4181ee 100644 treefmt-check> --- a/tests/hello-flake-v2/flake.nix treefmt-check> +++ b/tests/hello-flake-v2/flake.nix treefmt-check> @@ -1,12 +1,10 @@ treefmt-check> { treefmt-check> description = "Hello flake v2"; treefmt-check> treefmt-check> - outputs = treefmt-check> - { self }: treefmt-check> - { treefmt-check> - packages.x86_64-linux.default = import ./default.nix; treefmt-check> - packages.aarch64-linux.default = import ./default.nix; treefmt-check> - packages.x86_64-darwin.default = import ./default.nix; treefmt-check> - packages.aarch64-darwin.default = import ./default.nix; treefmt-check> - }; treefmt-check> + outputs = { self }: { treefmt-check> + packages.x86_64-linux.default = import ./default.nix; treefmt-check> + packages.aarch64-linux.default = import ./default.nix; treefmt-check> + packages.x86_64-darwin.default = import ./default.nix; treefmt-check> + packages.aarch64-darwin.default = import ./default.nix; treefmt-check> + }; treefmt-check> } error: build of '/nix/store/vszxq6ayz2j3f6wl5sbmzkks4n79v2ai-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/vszxq6ayz2j3f6wl5sbmzkks4n79v2ai-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/fcv19mmgvawb89y19dwg26lq84gknmlk-treefmt-check Last 25 log lines: > + }; > } > diff --git a/tests/hello-flake-v2/flake.nix b/tests/hello-flake-v2/flake.nix > index 8b5f577..b4181ee 100644 > --- a/tests/hello-flake-v2/flake.nix > +++ b/tests/hello-flake-v2/flake.nix > @@ -1,12 +1,10 @@ > { > description = "Hello flake v2"; > > - outputs = > - { self }: > - { > - packages.x86_64-linux.default = import ./default.nix; > - packages.aarch64-linux.default = import ./default.nix; > - packages.x86_64-darwin.default = import ./default.nix; > - packages.aarch64-darwin.default = import ./default.nix; > - }; > + outputs = { self }: { > + packages.x86_64-linux.default = import ./default.nix; > + packages.aarch64-linux.default = import ./default.nix; > + packages.x86_64-darwin.default = import ./default.nix; > + packages.aarch64-darwin.default = import ./default.nix; > + }; > } For full logs, run: nix log /nix/store/vszxq6ayz2j3f6wl5sbmzkks4n79v2ai-treefmt-check.drv error: Cannot build '/nix/store/vszxq6ayz2j3f6wl5sbmzkks4n79v2ai-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/fcv19mmgvawb89y19dwg26lq84gknmlk-treefmt-check