All pname

This commit is contained in:
Martin Potier 2021-09-14 17:18:59 +03:00
parent 1f2b098603
commit 1b4a10a810
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E

View File

@ -13,7 +13,7 @@ with pkgs;
let let
plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in { plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in {
"vim-hcl" = buildVimPluginFrom2Nix { # created by nix#NixDerivation "vim-hcl" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-hcl"; pname = "vim-hcl";
src = fetchgit { src = fetchgit {
url = "git://github.com/jvirtanen/vim-hcl"; url = "git://github.com/jvirtanen/vim-hcl";
rev = "c64a006facad8c3cc0f16ba324e63524932a96e7"; rev = "c64a006facad8c3cc0f16ba324e63524932a96e7";
@ -22,7 +22,7 @@ let
dependencies = []; dependencies = [];
}; };
"systemd-syntax" = buildVimPluginFrom2Nix { # created by nix#NixDerivation "systemd-syntax" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "systemd-syntax"; pname = "systemd-syntax";
src = fetchgit { src = fetchgit {
url = "git://github.com/Matt-Deacalion/vim-systemd-syntax"; url = "git://github.com/Matt-Deacalion/vim-systemd-syntax";
rev = "394a516f524e74ac8808ede1496b25d8b9824827"; rev = "394a516f524e74ac8808ede1496b25d8b9824827";
@ -31,7 +31,7 @@ let
dependencies = []; dependencies = [];
}; };
"opencl-syntax" = buildVimPluginFrom2Nix { # created by nix#NixDerivation "opencl-syntax" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "opencl-syntax"; pname = "opencl-syntax";
src = fetchgit { src = fetchgit {
url = "git://github.com/petRUShka/vim-opencl"; url = "git://github.com/petRUShka/vim-opencl";
rev = "7668b018fe9461c6b51e0b736ed84aa84d6bafce"; rev = "7668b018fe9461c6b51e0b736ed84aa84d6bafce";
@ -40,7 +40,7 @@ let
dependencies = []; dependencies = [];
}; };
"vim-gnupg" = buildVimPluginFrom2Nix { # created by nix#NixDerivation "vim-gnupg" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-gnupg"; pname = "vim-gnupg";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jamessan"; owner = "jamessan";
repo = "vim-gnupg"; repo = "vim-gnupg";
@ -50,7 +50,7 @@ let
dependencies = []; dependencies = [];
}; };
vim-timedot = buildVimPluginFrom2Nix { vim-timedot = buildVimPluginFrom2Nix {
name = "vim-timedot"; pname = "vim-timedot";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jpotier"; owner = "jpotier";
repo = "vim-timedot"; repo = "vim-timedot";
@ -59,7 +59,7 @@ let
}; };
}; };
vim-selinux = buildVimPluginFrom2Nix { vim-selinux = buildVimPluginFrom2Nix {
name = "vim-selinux"; pname = "vim-selinux";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lzap"; owner = "lzap";
repo = "vim-selinux"; repo = "vim-selinux";
@ -68,12 +68,12 @@ let
}; };
}; };
vim-lilypond = buildVimPluginFrom2Nix { # created by nix#NixDerivation vim-lilypond = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-lilypond"; pname = "vim-lilypond";
src = "${pkgs.lilypond.outPath}/share/lilypond/${pkgs.lilypond.version}/vim"; src = "${pkgs.lilypond.outPath}/share/lilypond/${pkgs.lilypond.version}/vim";
dependencies = []; dependencies = [];
}; };
vim-css-color = buildVimPluginFrom2Nix { vim-css-color = buildVimPluginFrom2Nix {
name = "vim-css-color"; pname = "vim-css-color";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jpotier"; owner = "jpotier";
repo = "vim-css-color"; repo = "vim-css-color";
@ -82,7 +82,7 @@ let
}; };
}; };
}; in vim_configurable.customize { }; in vim_configurable.customize {
name = "vim"; pname = "vim";
vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; with plugins; { vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; with plugins; {
# loaded on launch # loaded on launch
start = [ start = [