move python to python
This commit is contained in:
@@ -7,10 +7,7 @@
|
|||||||
# nixd # specified in nixd.nix
|
# nixd # specified in nixd.nix
|
||||||
gopls
|
gopls
|
||||||
delve
|
delve
|
||||||
python311Packages.python-lsp-server
|
|
||||||
jdt-language-server
|
jdt-language-server
|
||||||
ruff
|
|
||||||
pyright
|
|
||||||
lldb # debugger for llvm stuff
|
lldb # debugger for llvm stuff
|
||||||
yaml-language-server # yaml
|
yaml-language-server # yaml
|
||||||
marksman # markdown
|
marksman # markdown
|
||||||
|
|||||||
@@ -10,7 +10,11 @@
|
|||||||
in {
|
in {
|
||||||
packages = [
|
packages = [
|
||||||
python-with-packages
|
python-with-packages
|
||||||
];
|
] ++ (with pkgs; [
|
||||||
|
python311Packages.python-lsp-server
|
||||||
|
ruff
|
||||||
|
pyright
|
||||||
|
]);
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
PYTHONPATH = "${python-with-packages}/${python-with-packages.sitePackages}";
|
PYTHONPATH = "${python-with-packages}/${python-with-packages.sitePackages}";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user