mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-10 11:01:09 +01:00
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. |
||
|---|---|---|
| .. | ||
| plugins | ||
| autocmd-helpers.nix | ||
| builders.nix | ||
| deprecation.nix | ||
| keymap-helpers.nix | ||
| lua-types.nix | ||
| maintainers.nix | ||
| modules.nix | ||
| options.nix | ||
| overlay.nix | ||
| pkg-lists.nix | ||
| tests.nix | ||
| to-lua.nix | ||
| top-level.nix | ||
| types.nix | ||
| utils.internal.nix | ||
| utils.nix | ||