You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream nixpkgs seems to have broken some Rust dependencies.
error: builder for '/nix/store/l4ha5w08li3dj3s5jf0qr9rl7pd1f3pn-wezterm-20240203-11
last 25 log lines:
> Compiling khronos_api v3.1.0
> Compiling time v0.3.31
> error[E0282]: type annotations needed for `Box<_>`
> --> /build/cargo-vendor-dir/time-0.3.31/src/format_description/parse/mod
> |
> 83 | let items = format_items
> | ^^^^^
> ...
> 86 | Ok(items.into())
> | ---- type must be known at this point
> |
> help: consider giving `items` an explicit type, where the placeholders `_`
> |
> 83 | let items: Box<_> = format_items
> | ++++++++
>
> Compiling toml_edit v0.19.15
> Compiling chrono v0.4.33
> Compiling dlib v0.5.2
> Compiling futures-executor v0.3.30
> For more information about this error, try `rustc --explain E0282`.
> error: could not compile `time` (lib) due to 1 previous error
Are you following the right branch?
Is there an existing issue for this?
Issue description
git-delta fails to build.
Maintainer CC
I don't know if this is a distro issue or home-manager patched an issue, git blame on git-delta option in home-manager doesn't show much useful.
System information
The text was updated successfully, but these errors were encountered: