fix: set avante-nvim to build from source

This commit is contained in:
Farouk Brown 2025-04-26 19:45:58 +01:00
commit 64bee7e729
5 changed files with 100 additions and 12 deletions

View file

@ -1,5 +1,4 @@
{
pkgs,
config,
lib,
...
@ -17,8 +16,8 @@ in {
];
lazy.plugins = {
"avante.nvim" = with pkgs.vimPlugins; {
package = avante-nvim;
avante-nvim = {
package = "avante-nvim";
setupModule = "avante";
inherit (cfg) setupOpts;
event = ["DeferredUIEnter"];

View file

@ -51,7 +51,7 @@
doCheck = false;
};
inherit (inputs.self.legacyPackages.${pkgs.stdenv.system}) blink-cmp;
inherit (inputs.self.legacyPackages.${pkgs.stdenv.system}) blink-cmp avante-nvim;
};
buildConfigPlugins = plugins: