flake/checks: test extraFiles are in the build

This commit is contained in:
Matt Sturgeon 2024-07-07 16:31:40 +01:00
parent 086873bed9
commit f11f991e09
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 34 additions and 0 deletions

View file

@ -27,6 +27,8 @@
extend = import ../tests/extend.nix { inherit pkgs makeNixvimWithModule; };
extra-files = import ../tests/extra-files.nix { inherit pkgs makeNixvimWithModule; };
enable-except-in-tests = import ../tests/enable-except-in-tests.nix {
inherit pkgs makeNixvimWithModule;
inherit (self.lib.${system}.check) mkTestDerivationFromNixvimModule;