Hey,
I need two php-libs, i couldn’t find in nixpkgs, for my php-cli script.
I’ve already packaged those php libs using php.buildComposerProject2.
Now i want to insert them into php to call my script inside a systemd service. But I can’t figure out, how to do this after researching for like two days by now.
On debian those would install into /usr/share/php and php would find them when using require_once(LIBNAME). How do i achieve this on nixos?
Thanks for your help!