chore: update flake.lock and rename vim plugin func

This commit is contained in:
matt1432 2023-10-01 23:27:59 -04:00
parent dcfd8d81e9
commit fc9ec021e6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
let
# installs a vim plugin from git with a given tag / branch
plugin = owner: repo: rev: hash: pkgs.vimUtils.buildVimPluginFrom2Nix {
plugin = owner: repo: rev: hash: pkgs.vimUtils.buildVimPlugin {
pname = "${lib.strings.sanitizeDerivationName repo}";
version = rev;
src = pkgs.fetchFromGitHub {