tests: Allow to test multiple derivations in a single test derivation

This commit is contained in:
traxys 2024-07-17 12:56:37 +02:00
parent 55bda0cc3b
commit 71126bfebe
2 changed files with 66 additions and 25 deletions

View file

@ -7,7 +7,7 @@
}:
let
fetchTests = import ./fetch-tests.nix;
test-derivation = import ./test-derivation.nix { inherit pkgs makeNixvimWithModule; };
test-derivation = import ./test-derivation.nix { inherit pkgs makeNixvimWithModule lib; };
inherit (test-derivation) mkTestDerivationFromNixvimModule;
# List of files containing configurations