mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
tests/generated: init by checking declared tools
This moves most assertions out of generate-files and into a check derivation. This should allow the CI to finish, even when there are issues. This also properly tests efmls, which was only checked partially before. rust-analyzer is not covered because the existing assertions relate more to edge-cases not handled by the generation script than the result it builds.
This commit is contained in:
parent
a8eceddd07
commit
fc8155b5fa
4 changed files with 80 additions and 34 deletions
|
@ -38,6 +38,8 @@
|
|||
};
|
||||
|
||||
maintainers = import ../tests/maintainers.nix { inherit pkgs; };
|
||||
|
||||
generated = pkgs.callPackage ../tests/generated.nix { };
|
||||
}
|
||||
// (import ../tests {
|
||||
inherit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue