mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +02:00
tests: do not import helpers.nix directly
This commit is contained in:
parent
304c62516d
commit
a121d96091
4 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
makeNixvim,
|
||||
lib,
|
||||
helpers,
|
||||
pkgs,
|
||||
}: let
|
||||
fetchTests = import ./fetch-tests.nix;
|
||||
|
@ -9,7 +10,7 @@
|
|||
|
||||
# List of files containing configurations
|
||||
testFiles = fetchTests {
|
||||
inherit lib pkgs;
|
||||
inherit lib pkgs helpers;
|
||||
root = ./test-sources;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue