Skip to content

How to fix error: attribute 'nvim' missing? #817

Answered by NotAShelf
tebuevd asked this question in Q&A
Discussion options

You must be logged in to vote

The nvim extension under lib while inside nvf comes from our extended standard library; but it will not be present unless you extend your nixpkgs.lib using something like lib.extend yourself. However we also expose it as a flake output, so you should be able to access it as inputs.nvim.lib.

If you are interested, there is an interesting "hack" that you can employ to subsume those extensions into your own extended library, but it might be confusing for a beginner so I would recommend accessing it directly as inputs.nvf.lib.nvim for now.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tebuevd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants