mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-25 11:49:40 +01:00
flake: remove helpers module arg
Not to be confused with the Nixvim-configuration `helpers` module arg, remove the flake-parts `helpers` module arg.
This commit is contained in:
parent
3426dd04bb
commit
7d17c1b71d
6 changed files with 7 additions and 23 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
helpers,
|
||||
system,
|
||||
nixvim,
|
||||
nixpkgs,
|
||||
|
|
@ -84,7 +83,7 @@ let
|
|||
) opt.declarations;
|
||||
};
|
||||
|
||||
configuration = helpers.modules.evalNixvim {
|
||||
configuration = nixvim.lib.evalNixvim {
|
||||
modules = [
|
||||
{
|
||||
isDocs = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue