vimPlugins.bitbake-vim: init at 2021-02-06

manually add it to the overrides, so it doesn't break the update script
This commit is contained in:
figsoda 2023-07-22 21:57:14 -04:00
parent 85ea766d4b
commit 6289ae751a

View file

@ -149,6 +149,19 @@ self: super: {
};
};
# The GitHub repository returns 404, which breaks the update script
bitbake-vim = buildVimPluginFrom2Nix {
pname = "bitbake.vim";
version = "2021-02-06";
src = fetchFromGitHub {
owner = "sblumentritt";
repo = "bitbake.vim";
rev = "faddca1e8768b10c80ee85221fb51a560df5ba45";
sha256 = "1hfly2vxhhvjdiwgfz58hr3523kf9z71i78vk168n3kdqp5vkwrp";
};
meta.homepage = "https://github.com/sblumentritt/bitbake.vim/";
};
chadtree = super.chadtree.overrideAttrs {
passthru.python3Dependencies = ps: with ps; [
pynvim-pp