diff --git a/nixos/flake.lock b/nixos/flake.lock index 5680202f..34263db3 100644 Binary files a/nixos/flake.lock and b/nixos/flake.lock differ diff --git a/nixos/home/nvim.nix b/nixos/home/nvim.nix index 9e134aaf..a5531ad7 100644 --- a/nixos/home/nvim.nix +++ b/nixos/home/nvim.nix @@ -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 {