Currently the lib that is propogated to nixvim modules comes from the `nixpkgs-lib` input from the `flake-parts` flake. This works fine locally because the `nixpkgs-lib` follows `nixpkgs` however downstream repos cannot cannot make `nixvim` follow their own version of `flake-parts` without also overriding `nixpkgs-lib`. * Clearer path for where lib passed to modules is coming from * Allow downstream repos more flexibility in follows Pull lib from the pinned `nixpkgs` input. |
||
|---|---|---|
| .. | ||
| dev | ||
| flake-modules | ||
| ci.nix | ||
| default.nix | ||
| inputs.nix | ||
| lib.nix | ||
| nixvim-configurations.nix | ||
| overlays.nix | ||
| packages.nix | ||
| templates.nix | ||
| wrappers.nix | ||