mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
lib: remove helpers
from internal usage
This commit is contained in:
parent
2c4e4681db
commit
cd76b4feb8
7 changed files with 38 additions and 39 deletions
|
@ -4,14 +4,12 @@
|
|||
_nixvimTests ? false,
|
||||
...
|
||||
}:
|
||||
# Build helpers recursively
|
||||
lib.fix (
|
||||
self:
|
||||
let
|
||||
# Used when importing parts of helpers
|
||||
# Used when importing parts of our lib
|
||||
call = lib.callPackageWith {
|
||||
inherit call pkgs self;
|
||||
helpers = self; # TODO: stop using `helpers` in the subsections
|
||||
lib = self.extendedLib;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue