wrappers: bootstrap "helpers" directly

We don't need to pass a `getHelpers` function in, since we can just
import `../lib/helpers.nix`.
This commit is contained in:
Matt Sturgeon 2024-07-08 05:51:51 +01:00
parent cfa44bbb66
commit 1b7efacdf4
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
7 changed files with 23 additions and 37 deletions

View file

@ -1,7 +1,7 @@
{
lib,
pkgs,
_nixvimTests,
lib ? pkgs.lib,
_nixvimTests ? false,
...
}:
let