vimPlugins.alchemist-vim: init at rev c22d4883b7

This commit is contained in:
Antoine Racine
2017-02-01 23:13:28 -05:00
parent 15bc80f3b9
commit 9fa9339a13
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -281,6 +281,17 @@ rec {
sourceRoot = ".";
};
alchemist-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "alchemist.vim-2017-01-02";
src = fetchgit {
url = "git://github.com/slashmili/alchemist.vim";
rev = "c22d4883b7e2bfed78b70b557d816bf0491d7dd4";
sha256 = "0iv91mfj3lxc41xb8sxhl9mby5dllzyvw8508igrj5lvyrd1ikkf";
};
dependencies = [];
};
commentary = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "commentary-2016-03-10";
src = fetchgit {