mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-12-12 21:27:15 +01:00
bekkalokk: package mediawiki extensions outside of module
This commit is contained in:
7
packages/mediawiki-extensions/default.nix
Normal file
7
packages/mediawiki-extensions/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, lib }:
|
||||
lib.makeScope pkgs.newScope (self: {
|
||||
DeleteBatch = self.callPackage ./delete-batch { };
|
||||
PluggableAuth = self.callPackage ./pluggable-auth { };
|
||||
SimpleSAMLphp = self.callPackage ./simple-saml-php { };
|
||||
UserMerge = self.callPackage ./user-merge { };
|
||||
})
|
||||
Reference in New Issue
Block a user