vps: remove templatestyles

This commit is contained in:
Fabian Montero 2025-01-09 03:00:19 -06:00
parent dd862904fe
commit 534d3b0032
Signed by: fabian
GPG key ID: 1FFAC35E1798174F

View file

@ -65,12 +65,6 @@ with lib; {
SecureLinkFixer = null;
WikiEditor = null;
ParserFunctions = null;
TemplateStyles = pkgs.fetchzip {
url = "https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/TemplateStyles/+archive/refs/heads/wmf/1.44.0-wmf.5.tar.gz";
sha256 = "sha256-Mb8svP8zt4d1U/NHd9Dd2oUe/SksB/zKYGNYdpmrRfc=";
stripRoot = false;
};
};
};
};