]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - pkgs/webapps/ttrss/plugins/auth_ldap/default.nix
Add config for CI
[perso/Immae/Config/Nix.git] / pkgs / webapps / ttrss / plugins / auth_ldap / default.nix
CommitLineData
86663f17
IB
1{ stdenv, mylibs }:
2stdenv.mkDerivation (mylibs.fetchedGithub ./auth-ldap.json // {
3 installPhase = ''
4 mkdir $out
5 cp plugins/auth_ldap/init.php $out
6 '';
7 passthru.pluginName = "auth_ldap";
8})