home/editor: use any python3
This commit is contained in:
parent
c7dae6b08e
commit
cb7568960b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ pkgs: {
|
|||
name = "go";
|
||||
}
|
||||
{
|
||||
language-server = {command = "${python39Packages.python-lsp-server}/bin/pylsp";};
|
||||
language-server = {command = "${python3Packages.python-lsp-server}/bin/pylsp";};
|
||||
name = "python";
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue