Loading pkgs/applications/editors/vim/plugins/overrides.nix +13 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/applications/editors/vim/plugins/overrides.nix +13 −0 Original line number Diff line number Diff line Loading @@ -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 Loading