Blocking builds on unstable
This commit removed the maintainers attribute of neovim. The pinned version of mnw is still trying to reference it, this issue has already been fixed in mnw here, the input just needs updating
Currently working around it by pinning nixpkgs commit hash 0587bb087781334c0881ef540b7d5f690ead86fa
@stormytuna thank you for identifying that. Would be cool if you could do a demo how you were to identify that issue, as it would be cool for others and myself to learn. I had faced this issue since a day ago and could not figure it out.
I can give a rough overview of my steps
home-manager switch was throwing error: attribute 'maintainers' missing at /nix/store/blahblahblah-source/wrapper.nix
I cded there, poked around and found out it was mnw, and saw that the maintainers attribute was trying to be inherited from neovim in nixpkgs
I went to the history of that file in nixpkgs and saw that yeah maintainers was removed, so made an issue in mnw about it, and here after I realised the inputs here would need to be updated too
The commit hash I said to pin is just the one immediately before the commit that removed maintainers
Could you see if 6f2f28afb13ebbaee1d0a8f5dd390174b89f2998 resolves the issue?
Yep, that fixed it