vimPlugins: don't build generated plugins on hydra

Building generated plugin is really simple and its cost to serve from
hydra greatly outcomes cost of locally building.

This also allows us to merge big rebuilds, where each rebuild is fairly
simple, to master without delaying next branch update by a few hours
(see https://github.com/NixOS/nixpkgs/pull/368843#issuecomment-2564770782)
This commit is contained in:
PerchunPak
2025-02-02 17:05:32 +01:00
parent 75c8548d81
commit e8e5cb4bd3
2 changed files with 1614 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -112,6 +112,7 @@ class VimEditor(pluginupdate.Editor):
version = "{plugin.version}";
src = {src_nix};
meta.homepage = "{repo.uri}";
meta.hydraPlatforms = [ ];
}};
""".format(