mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-19 18:25:11 +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
|
@ -3,8 +3,8 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
helpers,
|
||||
}: let
|
||||
helpers = import ../lib/helpers.nix {inherit lib pkgs;};
|
||||
results = pkgs.lib.runTests {
|
||||
testToLuaObject = {
|
||||
expr = helpers.toLuaObject {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue