chore: update inputs

This commit is contained in:
Moritz Böhme 2024-08-18 13:03:18 +02:00
parent 9e2c4205d9
commit 6bcccc1ff9
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
7 changed files with 334 additions and 342 deletions

View file

@ -32,7 +32,7 @@ in
dependencies = [{ plugin = pkgs.vimPlugins.which-key-nvim; }];
}
{
plugin = pkgs.vimPlugins.pkgs.vimUtils.buildVimPlugin {
plugin = pkgs.vimUtils.buildVimPlugin {
pname = "hawtkeys-nvim";
version = lib.my.mkVersionInput inputs.hawtkeys-nvim;
src = inputs.hawtkeys-nvim;