mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +02:00
flake/modules: remove the flake inputs from nixvim module inputs
This commit is contained in:
parent
e8d6b60a2b
commit
f14b59b242
1 changed files with 1 additions and 7 deletions
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
modules,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
{modules, ...}: {
|
||||
_module.args = let
|
||||
nixvimModules = with builtins;
|
||||
map
|
||||
|
@ -22,8 +18,6 @@
|
|||
pkgs = pkgs.lib.mkForce pkgs;
|
||||
inherit (pkgs) lib;
|
||||
helpers = import ../lib/helpers.nix {inherit (pkgs) lib;};
|
||||
# TODO: Not sure why the modules need to access the whole flake inputs...
|
||||
inherit inputs;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue