Add vim-selinux

This commit is contained in:
Martin Potier 2020-07-22 15:38:51 +03:00
parent 30effae773
commit 0845b80080
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 10 additions and 0 deletions

View File

@ -59,6 +59,15 @@ let
sha256 = "0vgga3fmppb71apd31bwji98d62vs1p77c1hssshmh2fc7yck6s8";
};
};
vim-selinux = buildVimPluginFrom2Nix {
name = "vim-selinux";
src = fetchFromGitHub {
owner = "lzap";
repo = "vim-selinux";
rev = "735743a3539431c33824cb432b92267a0fc82251";
sha256 = "16pk2zscyiayfccn760p2zki4cjfhp26bikisgswjg900zwr5yns";
};
};
vim-lilypond = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-lilypond";
src = "${pkgs.lilypond.outPath}/share/lilypond/${pkgs.lilypond.version}/vim";
@ -91,6 +100,7 @@ let
vim-lilypond
vim-nix
vim-orgmode
vim-selinux
vim-speeddating
vim-terraform
vim-timedot