Unverified Commit e8e5cb4b authored by PerchunPak's avatar PerchunPak
Browse files

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)
parent 75c8548d
Loading
Loading
Loading
Loading
+1613 −0

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ class VimEditor(pluginupdate.Editor):
    version = "{plugin.version}";
    src = {src_nix};
    meta.homepage = "{repo.uri}";
    meta.hydraPlatforms = [ ];
  }};

""".format(