mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-15 23:18:03 +02:00
lib/test: move from tests/test-derivation
This commit is contained in:
parent
cbd1003d9d
commit
19d5f4b134
3 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
let
|
||||
fetchTests = import ./fetch-tests.nix;
|
||||
test-derivation = import ./test-derivation.nix { inherit pkgs lib; };
|
||||
test-derivation = import ../lib/tests.nix { inherit pkgs lib; };
|
||||
inherit (test-derivation) mkTestDerivationFromNixvimModule;
|
||||
|
||||
# List of files containing configurations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue