these 6 derivations will be built: /nix/store/nvsmsi9qzb693v07xrfpsnjd3zflkycm-statix.toml.drv /nix/store/8aszirapxyksr21hcxs4d5cyfz35hgl4-statix-config.drv /nix/store/iya2aclkdn8x1phhw5hh8kk15jn4kcfy-statix-fix.drv /nix/store/fs6dy57s1mzw0xfhnpmz4yjwpysx9dyc-treefmt.toml.drv /nix/store/ci33q8h1qn0bbxhy2sf4hamw34vwj14b-treefmt.drv /nix/store/6kyw076yh4hrizafbz1ihcdwgy97kqmf-treefmt-check.drv these 3 paths will be fetched (7.8 MiB download, 37.7 MiB unpacked): /nix/store/jaz40w0i72yxnb83fnjg4kahj4f96b2d-go-toml-2.3.0 /nix/store/rsshbz486a0ka567awpbkbawaqdr40pd-rustfmt-1.94.1 /nix/store/apnl40iw6nrfrxs616qwpl7b0fs7fl5k-taplo-0.10.0 copying path '/nix/store/jaz40w0i72yxnb83fnjg4kahj4f96b2d-go-toml-2.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/rsshbz486a0ka567awpbkbawaqdr40pd-rustfmt-1.94.1' from 'https://cache.nixos.org'... copying path '/nix/store/apnl40iw6nrfrxs616qwpl7b0fs7fl5k-taplo-0.10.0' from 'https://cache.nixos.org'... waiting for lock on '/nix/store/cki24xcwa3b242aacrv83rh1g4wrwn3h-statix.toml'... building '/nix/store/6kyw076yh4hrizafbz1ihcdwgy97kqmf-treefmt-check.drv'... treefmt v2.5.0traversed 162 files emitted 133 files for processing formatted 133 files (1 changed) in 421ms M test-deployment/configuration.nix diff --git a/test-deployment/configuration.nix b/test-deployment/configuration.nix index 694f740..3c5c53c 100644 --- a/test-deployment/configuration.nix +++ b/test-deployment/configuration.nix @@ -87,7 +87,9 @@ in token_path = "/var/lib/argunix-credentials/fj-token"; repos = { "tfc/argunix" = { }; - "tfc/pprintpp" = { watched_branches = [ "master" ]; }; + "tfc/pprintpp" = { + watched_branches = [ "master" ]; + }; "tfc/tulonix" = { }; }; }; error: Cannot build '/nix/store/6kyw076yh4hrizafbz1ihcdwgy97kqmf-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/i0ckdcjbxa9shkcp1wl3drcv849km58q-treefmt-check Last 19 log lines: > treefmt v2.5.0traversed 162 files > emitted 133 files for processing > formatted 133 files (1 changed) in 421ms > M test-deployment/configuration.nix > diff --git a/test-deployment/configuration.nix b/test-deployment/configuration.nix > index 694f740..3c5c53c 100644 > --- a/test-deployment/configuration.nix > +++ b/test-deployment/configuration.nix > @@ -87,7 +87,9 @@ in > token_path = "/var/lib/argunix-credentials/fj-token"; > repos = { > "tfc/argunix" = { }; > - "tfc/pprintpp" = { watched_branches = [ "master" ]; }; > + "tfc/pprintpp" = { > + watched_branches = [ "master" ]; > + }; > "tfc/tulonix" = { }; > }; > }; For full logs, run: nix log /nix/store/6kyw076yh4hrizafbz1ihcdwgy97kqmf-treefmt-check.drv