vimPlugins.bitbake-vim: disable auto-updates (#402280)

This commit is contained in:
Gaétan Lepage
2025-04-27 15:27:24 +02:00
committed by GitHub
@@ -7,6 +7,8 @@ vimUtils.buildVimPlugin rec {
pname = "bitbake-vim";
version = "2.10.4";
# The tags are very messy on the upstream repo. We prefer disabling automatic updates for this plugin.
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "openembedded";
repo = "bitbake";