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
Activating my derivation on nixos-unstable fails with:
error: builder for '/nix/store/3ksd6nrs9dj2g5a7hkcyvn54d2avnwz7-nix-melt-0.1.2.drv' failed with exit code 101;
last 10 log lines:
> | ---- type must be known at this point
> |
> help: consider giving `items` an explicit type, where the placeholders `_` are specified
> |
> 83 | let items: Box<_> = format_items
> | ++++++++
>
> For more information about this error, try `rustc --explain E0282`.
> error: could not compile `time` (lib) due to 1 previous error
> warning: build failed, waiting for other jobs to finish...
For full logs, run 'nix log /nix/store/3ksd6nrs9dj2g5a7hkcyvn54d2avnwz7-nix-melt-0.1.2.drv'.
The text was updated successfully, but these errors were encountered:
nix-melt
seems to be affected by this issue.Activating my derivation on nixos-unstable fails with:
The text was updated successfully, but these errors were encountered: