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:
Christian Dannie Storgaard 2024-11-30 21:09:20 +02:00 committed by GitHub
parent 5f912cecb4
commit d13ffb381c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@
let
themeFile = config.lib.stylix.colors {
templateRepo = config.lib.stylix.templates.base16-vim;
target = "base16";
};
themePlugin = pkgs.vimUtils.buildVimPlugin {