1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-27 04:31:04 +01:00

tests/extended-lib: don't build/run nixvim

This is an assertion-only test.
This commit is contained in:
Matt Sturgeon 2025-11-24 09:28:06 +00:00
parent 824e048096
commit ecb843b614

View file

@ -16,9 +16,13 @@ let
};
in
{
top-level = module;
top-level = {
test.buildNixvim = false;
imports = [ module ];
};
files-module = {
test.buildNixvim = false;
files."libtest.lua" = module;
};
}