Closed SuperSandro2000 closed 7 months ago
This seems relevant: https://github.com/jtdaugherty/brick/issues/441
This is more accurate: https://github.com/jtdaugherty/vty/issues/266
It seems to be fixed with vty 5.39, however nixpkgs is still at 5.38. So I hope once the new version ends up in nixpkgs
this'll be fixed.
I'll close this issue if/when that happens :).
Can't we bump the dependency blind to force that update sooner?
@SuperSandro2000, I am unsure - nix-tree
in nixpkgs
end up using the default Haskell packageset which is periodically generated from latest Stackage snapshot - I think? I can see that there's newer major versions of brick
and vty
on nixpkgs
, but if I switch using those I'd need to add some overrides to nixpkgs
definition of nix-tree
, and then revert the overrides when they are actually released, which sounds like a lot of work.
BUT, I think I should ensure that nix-tree
works with the newer brick
version so once nixpkgs switches to it there won't be an issue.
fyi, the stackage pr is merged and propagated now :) https://nixpk.gs/pr-tracker.html?pr=279413
@katrinafyi , I did not know about nixpk.gs
, looks super useful, thanks ❤️ !
Closing the issue, but feel free to reopen it if it still isn't fixed :).
When hitting a bound key like / before the progress bar starts crashes the application.