mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
vim-plugins/vim-bazel: init
This commit is contained in:
parent
9096a92a4d
commit
89763446e9
|
@ -598,6 +598,17 @@ rec {
|
|||
|
||||
};
|
||||
|
||||
vim-bazel = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-bazel-2018-01-10";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/bazelbuild/vim-bazel";
|
||||
rev = "ecafb17d5d1d3756e5ac0bd9f4812a450b8c91a3";
|
||||
sha256 = "0ixhx9ssfygjy2v2ss02w28rcjxnvhj0caffj32cv3snwnpcz6fy";
|
||||
};
|
||||
dependencies = ["maktaba"];
|
||||
|
||||
};
|
||||
|
||||
clighter8 = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "clighter8-2017-11-30";
|
||||
src = fetchgit {
|
||||
|
|
|
@ -240,3 +240,4 @@
|
|||
"xterm-color-table"
|
||||
"zeavim"
|
||||
"github:andsild/peskcolor.vim.git"
|
||||
"github:bazelbuild/vim-bazel"
|
||||
|
|
Loading…
Reference in a new issue