added info for vim-ledger plugin in default.nix

This commit is contained in:
hcmensch 2018-07-20 23:00:54 -04:00 committed by GitHub
parent 8993ddf897
commit 6e878df451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1657,6 +1657,17 @@ let
};
vim-ledger = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-ledger-2017-12-12";
src = fetchgit {
url = "https://github.com/ledger/vim-ledger";
rev = "6eb3bb21aa979cc295d0480b2179938c12b33d0d";
sha256 = "0rbwyaanvl2bqk8xm4kq8fkv8y92lpf9xx5n8gw54iij7xxhnj01";
};
dependencies = [];
};
vim-jinja = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-jinja-2016-11-16";
src = fetchgit {