1this derivation will be built:2 /nix/store/agfz8ln5qmhl2xhaywrw8yh98d15higv-treefmt-check.drv3building '/nix/store/agfz8ln5qmhl2xhaywrw8yh98d15higv-treefmt-check.drv'4treefmt-check> treefmt v2.5.0traversed 332 files5treefmt-check> emitted 262 files for processing6treefmt-check> formatted 262 files (1 changed) in 325ms7treefmt-check> M Cargo.toml8treefmt-check> diff --git a/Cargo.toml b/Cargo.toml9treefmt-check> index db2dcd8..a48d837 10064410treefmt-check> --- a/Cargo.toml11treefmt-check> +++ b/Cargo.toml12treefmt-check> @@ -44,10 +44,10 @@ version = "3.1.0"13treefmt-check> 14treefmt-check> [workspace.dependencies]15treefmt-check> async-stream = "0.3"16treefmt-check> -blake3 = "1.8"17treefmt-check> -bstr = "1.11"18treefmt-check> -bytes = "1.11"19treefmt-check> -cap-std = "3"20treefmt-check> +blake3 = "1.8"21treefmt-check> +bstr = "1.11"22treefmt-check> +bytes = "1.11"23treefmt-check> +cap-std = "3"24treefmt-check> data-encoding = "2.11"25treefmt-check> derive_more = { version = "2.1", features = [ "display" ] }26treefmt-check> ed25519-dalek = "2"27error: Cannot build '/nix/store/agfz8ln5qmhl2xhaywrw8yh98d15higv-treefmt-check.drv'.28 Reason: builder failed with exit code 1.29 Output paths:30 /nix/store/r85y98xcn81markmyqhz02mk58n42rb3-treefmt-check31 Last 23 log lines:32 > treefmt v2.5.0traversed 332 files33 > emitted 262 files for processing34 > formatted 262 files (1 changed) in 325ms35 > M Cargo.toml36 > diff --git a/Cargo.toml b/Cargo.toml37 > index db2dcd8..a48d837 10064438 > --- a/Cargo.toml39 > +++ b/Cargo.toml40 > @@ -44,10 +44,10 @@ version = "3.1.0"41 > 42 > [workspace.dependencies]43 > async-stream = "0.3"44 > -blake3 = "1.8"45 > -bstr = "1.11"46 > -bytes = "1.11"47 > -cap-std = "3"48 > +blake3 = "1.8"49 > +bstr = "1.11"50 > +bytes = "1.11"51 > +cap-std = "3"52 > data-encoding = "2.11"53 > derive_more = { version = "2.1", features = [ "display" ] }54 > ed25519-dalek = "2"55 For full logs, run:56 nix log /nix/store/agfz8ln5qmhl2xhaywrw8yh98d15higv-treefmt-check.drv