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:
parent
824e048096
commit
ecb843b614
1 changed files with 5 additions and 1 deletions
|
|
@ -16,9 +16,13 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
top-level = module;
|
top-level = {
|
||||||
|
test.buildNixvim = false;
|
||||||
|
imports = [ module ];
|
||||||
|
};
|
||||||
|
|
||||||
files-module = {
|
files-module = {
|
||||||
|
test.buildNixvim = false;
|
||||||
files."libtest.lua" = module;
|
files."libtest.lua" = module;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue