mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
fix: Enable helpers
to be passed as an argument in nixvim (#688)
With this change `helpers` can be imported using `{pkgs, lib, helpers, ...}` instead of requiring to `import` it.
This commit is contained in:
parent
1e91231e86
commit
2031834990
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
||||||
packages =
|
packages =
|
||||||
{
|
{
|
||||||
docs = pkgs-unfree.callPackage (import ./docs) {
|
docs = pkgs-unfree.callPackage (import ./docs) {
|
||||||
modules = nixvimModules;
|
modules = modules pkgs;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
// (import ./helpers pkgs);
|
// (import ./helpers pkgs);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue