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 5, 2024
1 parent 948a721 commit 7752347
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 7752347

Please sign in to comment.