1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-25 19:51:06 +01:00
nixvim/flake
Matt Sturgeon 947cb0aaed wrappers: use importApply to preserve module location
The `import module args` pattern is useful for applying inputs from
outside of the module system, however it discards module location
metadata that is usually associated with file-path modules.

`lib.modules.importApply` solves that problem by wrapping the applied
module using `lib.modules.setDefaultModuleLocation`.

This means documentation, warnings, and errors will show the correct
location.
2025-11-24 11:10:47 +00:00
..
dev flake: remove helpers module arg 2025-11-24 10:47:38 +00:00
flake-modules flake/auto: nameFunction default to lib.id 2025-01-20 15:11:39 +00:00
ci.nix flake/ci: fix lazy eval of dev partition 2025-07-08 17:12:15 +00:00
default.nix dev/list-plugins: drop 2025-11-06 13:53:54 +00:00
legacy-packages.nix flake: add nixvimConfigurations flake-parts module 2025-01-19 17:47:17 +00:00
lib.nix flake: remove helpers module arg 2025-11-24 10:47:38 +00:00
nixvim-configurations.nix flake: remove helpers module arg 2025-11-24 10:47:38 +00:00
overlays.nix flake: add nixf-diagnose to treefmt config 2025-10-01 00:42:40 +00:00
packages.nix flake: remove helpers module arg 2025-11-24 10:47:38 +00:00
templates.nix flake: partition dev dependencies 2025-02-23 17:23:57 +00:00
wrappers.nix wrappers: use importApply to preserve module location 2025-11-24 11:10:47 +00:00