mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-05 18:40:53 +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;
|
||||
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"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue