vimPlugins.alchemist-vim: init at rev c22d4883b7
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user