mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-06 02:49:33 +00:00
languages/php: replace pkgs.nodePackages_latest.* to pkgs.*
fix: https://github.com/NotAShelf/nvf/issues/1489
This commit is contained in:
parent
a0636d5c97
commit
24f68a120c
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ in {
|
||||||
type = attrs;
|
type = attrs;
|
||||||
default = {
|
default = {
|
||||||
type = "executable";
|
type = "executable";
|
||||||
command = "${pkgs.nodePackages_latest.nodejs}/bin/node";
|
command = getExe pkgs.nodejs;
|
||||||
args = [
|
args = [
|
||||||
"${pkgs.vscode-extensions.xdebug.php-debug}/share/vscode/extensions/xdebug.php-debug/out/phpDebug.js"
|
"${pkgs.vscode-extensions.xdebug.php-debug}/share/vscode/extensions/xdebug.php-debug/out/phpDebug.js"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue