nix-community.nixvim/modules/top-level
Stanislav Asunkin 9474ce916a modules/performance: ensure all lua dependencies are byte-compiled
This commit replaces custom lua plugins in tests with shared stub
plugins from utils module.
After this change the test has started to fail. Debugging this issue
I found out that dependencies of plugins weren't processed.
This commit improves the test assertion to detect duplicated
dependencies in this case and fixes the underlying issue by also
processing dependencies.
2025-05-12 17:39:01 +03:00
..
files modules: move nixpkgs module to top-level modules 2024-09-27 09:30:12 +01:00
plugins modules/performance: ensure all lua dependencies are byte-compiled 2025-05-12 17:39:01 +03:00
default.nix modules: refactor plugins code in top-level 2025-04-01 15:43:26 +02:00
nixpkgs.nix modules/nixpkgs: don't assign elaborated platforms 2025-02-04 23:57:58 +00:00
output.nix modules/performance: add ability to byte compile extraLuaPackages 2025-05-12 17:39:01 +03:00
readonly-renames.nix modules/{output,files,test}: move outputs to build scope 2024-09-26 06:31:57 +01:00
test.nix modules/output: move symlinkJoin to build.package 2025-01-20 14:49:59 +00:00