Skip to content

Commit

Permalink
vim: add target attribute to prevent build failure (#652)
Browse files Browse the repository at this point in the history
Fixes: 7689e62 ("stylix: update all flake inputs (#644)")
Link: #652

Approved-by: NAHO <[email protected]>
  • Loading branch information
Cybolic authored Nov 30, 2024
1 parent 5f912ce commit d13ffb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/vim/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
let
themeFile = config.lib.stylix.colors {
templateRepo = config.lib.stylix.templates.base16-vim;
target = "base16";
};

themePlugin = pkgs.vimUtils.buildVimPlugin {
Expand Down

0 comments on commit d13ffb3

Please sign in to comment.