nixos/wordpress: unpin php81 in check phase

This commit is contained in:
Weijia Wang 2024-08-03 20:24:27 +02:00
parent ad42a76b4f
commit ec581817ca

View File

@ -70,7 +70,7 @@ let
require_once(ABSPATH . 'wp-settings.php');
?>
'';
checkPhase = "${pkgs.php81}/bin/php --syntax-check $target";
checkPhase = "${pkgs.php}/bin/php --syntax-check $target";
};
mkPhpValue = v: let