mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-07 07:49:49 +01:00
nixos: remove redundant import module
This commit is contained in:
parent
9ccd0bfd4e
commit
59bf01bbe0
1 changed files with 1 additions and 3 deletions
|
@ -18,9 +18,7 @@ packages: lib: inputs: {
|
|||
specialArgs = {
|
||||
inherit pkgs lib inputs;
|
||||
};
|
||||
modules = [
|
||||
{imports = import ../../modules/modules.nix {inherit pkgs lib;};}
|
||||
];
|
||||
modules = import ../../modules/modules.nix {inherit pkgs lib;};
|
||||
};
|
||||
in {
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue