packages: add mediawiki-extensions.VisualEditor

This commit is contained in:
2024-04-06 20:55:53 +02:00
parent 2cb7e06369
commit 161ef284be
2 changed files with 8 additions and 0 deletions

View File

@@ -4,4 +4,5 @@ lib.makeScope pkgs.newScope (self: {
PluggableAuth = self.callPackage ./pluggable-auth { };
SimpleSAMLphp = self.callPackage ./simple-saml-php { };
UserMerge = self.callPackage ./user-merge { };
VisualEditor = self.callPackage ./visual-editor { };
})