Skip to content

Commit

Permalink
flake/modules: remove the flake inputs from nixvim module inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 6, 2024
1 parent e8d6b60 commit f14b59b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions flake-modules/modules.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
modules,
inputs,
...
}: {
{modules, ...}: {
_module.args = let
nixvimModules = with builtins;
map
Expand All @@ -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;
};
};
};
Expand Down

0 comments on commit f14b59b

Please sign in to comment.