nixos/pixelfed: Fix missing php modules for pixelfed-horizon

This commit is contained in:
Tom Hubrecht 2023-06-26 15:53:20 +02:00
parent 953ee5df82
commit 9075cd9e11

View file

@ -24,7 +24,7 @@ let
if [[ "$USER" != ${user} ]]; then if [[ "$USER" != ${user} ]]; then
sudo='exec /run/wrappers/bin/sudo -u ${user}' sudo='exec /run/wrappers/bin/sudo -u ${user}'
fi fi
$sudo ${cfg.phpPackage}/bin/php artisan "$@" $sudo ${phpPackage}/bin/php artisan "$@"
''; '';
dbSocket = { dbSocket = {
"pgsql" = "/run/postgresql"; "pgsql" = "/run/postgresql";