Files
nixvim/lib
Matt Sturgeon 085f50eac5 lib: reimplement call; drop .override
Using `callPackageWith` adds `override` and `overrideDerivation`
attributes to the result, which are not relevant to subsections of
Nixvim's lib section.

Implement our own, simplified, `call` using `intersectAttrs` and
`functionArgs`.

If users wish to modify parts of our lib section, they should extend the
top-level fixpoint to ensure everything stays in sync.
2025-12-05 12:19:52 +00:00
..
2025-12-04 23:22:21 +00:00
2025-06-11 23:45:05 +00:00
2025-06-04 09:07:48 +00:00
2025-11-20 20:57:10 +00:00