That did seem to break things

This commit is contained in:
Lillian Violet 2024-04-27 15:21:09 +02:00
parent 371809eea9
commit 56ace5fe40
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@
[python311 virtualenv] [python311 virtualenv]
++ (with pkgs.python311Packages; [ ++ (with pkgs.python311Packages; [
pip pip
python-lsp-server
venvShellHook venvShellHook
requests requests
jupyter jupyter

View file

@ -22,7 +22,6 @@
++ (with pkgs.python311Packages; [ ++ (with pkgs.python311Packages; [
pip pip
venvShellHook venvShellHook
python-lsp-server
]); ]);
}; };
}); });