mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
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:
parent
cfa44bbb66
commit
1b7efacdf4
7 changed files with 23 additions and 37 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
_nixvimTests,
|
||||
lib ? pkgs.lib,
|
||||
_nixvimTests ? false,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue