languages/php: replace pkgs.nodePackages_latest.* to pkgs.*

fix: https://github.com/NotAShelf/nvf/issues/1489
This commit is contained in:
c2fc2f 2026-03-30 08:24:19 +02:00
commit 24f68a120c
No known key found for this signature in database
GPG key ID: 938C455B432779F3

View file

@ -136,7 +136,7 @@ in {
type = attrs;
default = {
type = "executable";
command = "${pkgs.nodePackages_latest.nodejs}/bin/node";
command = getExe pkgs.nodejs;
args = [
"${pkgs.vscode-extensions.xdebug.php-debug}/share/vscode/extensions/xdebug.php-debug/out/phpDebug.js"
];