mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
lib/modules: work-around a submodule type-merging issue
Includes a regression test.
Revert "lib/modules: remove explicit `specialArgs.lib`"
This reverts commit b5efe91c52
.
This commit is contained in:
parent
77c78bd04e
commit
53bfadc2c2
3 changed files with 61 additions and 0 deletions
|
@ -44,6 +44,9 @@ in
|
|||
})
|
||||
];
|
||||
specialArgs = {
|
||||
# NOTE: we shouldn't have to set `specialArgs.lib`,
|
||||
# however see https://github.com/nix-community/nixvim/issues/2879
|
||||
inherit lib;
|
||||
modulesPath = ../modules;
|
||||
# TODO: deprecate `helpers`
|
||||
helpers = self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue