mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
fix(vimPlugins): name -> pname
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
vimUtils,
|
||||
fetchFromGitHub,
|
||||
}: (vimUtils.buildVimPluginFrom2Nix {
|
||||
name = "cheat.sh-vim";
|
||||
pname = "cheat.sh-vim";
|
||||
version = "826219d1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "dbeniamine";
|
||||
repo = "cheat.sh-vim";
|
||||
|
||||
Reference in New Issue
Block a user