Can't override unstable.neovim anymore

Hi there :wave:

I’ve realized my neovim is broken after latest nixos-rebuild. Here is how I set my overrides:

ix.io/3o6V

This is the working version as is. Only change is: Normally I was using unstable.neovim.override instead of super.neovim.override.

Did something change? Am I missing something obvious?

Thanks.

Neovim recently released 0.5, I don’t use nightly builds but perhaps your nvim nightly builds are pulling it in and is having issues?

It’s hard to say without any error logs.

If I see correct, unstable branch still has 0.4.4.

There is no error log I could find, the rebuild & switch happens without an issue, but resulting neovim doesn’t have any plugins, nor running :scriptnames in it doesn’t show custom vimrc file defined in the override.

Neovim has not released 0.5. Some changes were recently made to the neovim packaging by @teto, it’s possible this is related.

check out https://github.com/NixOS/nixpkgs/pull/124785, sorry for breakage

1 Like