vim: add target attribute to prevent build failure (#652)
Fixes: 7689e621f8 ("stylix: update all flake inputs (#644)")
Link: https://github.com/danth/stylix/pull/652
Approved-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
5f912cecb4
commit
d13ffb381c
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
let
|
||||
themeFile = config.lib.stylix.colors {
|
||||
templateRepo = config.lib.stylix.templates.base16-vim;
|
||||
target = "base16";
|
||||
};
|
||||
|
||||
themePlugin = pkgs.vimUtils.buildVimPlugin {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue