12.nixvim/flake
Timothy Gallion d61584cc4c flake/lib.nix: Use the pinned nixpkgs in from the flake for lib
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.
2026-01-02 13:47:34 +00:00
..
dev flake: Update 2025-12-31 12:45:01 +00:00
flake-modules flake/auto: nameFunction default to lib.id 2025-01-20 15:11:39 +00:00
ci.nix treewide: apply linter suggestions 2025-12-28 04:26:49 +00:00
default.nix flake: add inputs option 2025-12-05 13:44:35 +00:00
inputs.nix flake: add inputs option 2025-12-05 13:44:35 +00:00
lib.nix flake/lib.nix: Use the pinned nixpkgs in from the flake for lib 2026-01-02 13:47:34 +00:00
nixvim-configurations.nix flake: simplify legacyPackages definitions 2025-11-24 11:45:28 +00:00
overlays.nix flake: add nixf-diagnose to treefmt config 2025-10-01 00:42:40 +00:00
packages.nix flake: move the nuschtosSearch input to the dev flake 2025-12-05 13:44:35 +00:00
templates.nix treewide: NixVim/nixvim -> Nixvim 2025-12-04 23:22:21 +00:00
wrappers.nix wrappers: expose platform wrapper modules via build.*Module options 2025-12-09 08:01:49 +00:00