chore(nvim): override theme version attr
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-12-22 12:59:26 -05:00
parent 4044403520
commit 596f6a22f6

View file

@ -5,6 +5,8 @@ self: {
... ...
}: let }: let
inherit (self.inputs) nvim-theme-src; inherit (self.inputs) nvim-theme-src;
inherit (self.lib.${pkgs.system}) mkVersion;
inherit (lib) attrValues fileContents mkIf; inherit (lib) attrValues fileContents mkIf;
cfg = config.programs.neovim; cfg = config.programs.neovim;
@ -19,9 +21,10 @@ in {
plugins = [ plugins = [
{ {
plugin = pkgs.vimPlugins.dracula-nvim.overrideAttrs { plugin = pkgs.vimPlugins.dracula-nvim.overrideAttrs (o: {
name = "vimplugin-${o.pname}-${mkVersion nvim-theme-src}";
src = nvim-theme-src; src = nvim-theme-src;
}; });
type = "lua"; type = "lua";
config = config =
# lua # lua