this derivation will be built: /nix/store/w4dqq4kn9nib1lssk03j4gfcdgl44mvj-treefmt-check.drv treefmt-check> treefmt v2.5.0traversed 226 files treefmt-check> emitted 177 files for processing treefmt-check> formatted 177 files (1 changed) in 1.545s treefmt-check> M Cargo.toml treefmt-check> diff --git a/Cargo.toml b/Cargo.toml treefmt-check> index 83962f8..ae7c3f1 100644 treefmt-check> --- a/Cargo.toml treefmt-check> +++ b/Cargo.toml treefmt-check> @@ -16,7 +16,8 @@ members = [ treefmt-check> "argunix-builders", treefmt-check> "argunix-builder", treefmt-check> "argunix-daemon", treefmt-check> - "argunixctl", "argunix-notify", treefmt-check> + "argunixctl", treefmt-check> + "argunix-notify", treefmt-check> ] treefmt-check> treefmt-check> [workspace.package] treefmt-check> @@ -46,7 +47,11 @@ chrono = { version = "0.4", default-features = false, features = [ treefmt-check> "clock", treefmt-check> "std", treefmt-check> ] } treefmt-check> -lettre = { version = "0.11", default-features = false, features = ["builder", "tokio1-rustls-tls", "smtp-transport"] } treefmt-check> +lettre = { version = "0.11", default-features = false, features = [ treefmt-check> + "builder", treefmt-check> + "tokio1-rustls-tls", treefmt-check> + "smtp-transport", treefmt-check> +] } treefmt-check> treefmt-check> tokio = { version = "1", features = [ treefmt-check> "macros", error: Cannot build '/nix/store/w4dqq4kn9nib1lssk03j4gfcdgl44mvj-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/f637prramrbgv75q0sdb6sw3zj6j3587-treefmt-check Last 25 log lines: > --- a/Cargo.toml > +++ b/Cargo.toml > @@ -16,7 +16,8 @@ members = [ > "argunix-builders", > "argunix-builder", > "argunix-daemon", > - "argunixctl", "argunix-notify", > + "argunixctl", > + "argunix-notify", > ] >  > [workspace.package] > @@ -46,7 +47,11 @@ chrono = { version = "0.4", default-features = false, features = [ > "clock", > "std", > ] } > -lettre = { version = "0.11", default-features = false, features = ["builder", "tokio1-rustls-tls", "smtp-transport"] } > +lettre = { version = "0.11", default-features = false, features = [ > + "builder", > + "tokio1-rustls-tls", > + "smtp-transport", > +] } >  > tokio = { version = "1", features = [ > "macros", For full logs, run: nix log /nix/store/w4dqq4kn9nib1lssk03j4gfcdgl44mvj-treefmt-check.drv