mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-04 01:55:11 +02:00
tests: Allow to test multiple derivations in a single test derivation
This commit is contained in:
parent
55bda0cc3b
commit
71126bfebe
2 changed files with 66 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue