Loading
neovim: expose derivations instead of just src
which is strictly better as you can still access the original url via `neovim-unwrapped.treesitter-parsers.c.src` Initial motivation started while developing on neovim via the following devShell: https://github.com/nix-community/neovim-nightly-overlay/blob/0fcef258e524f08cdcaaa163c37f14b892f6fd88/flake/dev/devshells.nix#L32 I've had neovim built from source complaining about missing grammars. I am not sure why, I think it's because we disable bundled dependencies. Exposing the derivations avoid users having to express the grammars themselves. This changes the type for outside consumers but for the better I think. I dont know anyone using it ?