That wasn't it, let's try removing the venv from python
This commit is contained in:
parent
56ace5fe40
commit
2ee4ca78ce
|
@ -21,6 +21,7 @@
|
|||
[python311 virtualenv]
|
||||
++ (with pkgs.python311Packages; [
|
||||
pip
|
||||
python-lsp-server
|
||||
venvShellHook
|
||||
requests
|
||||
jupyter
|
||||
|
|
|
@ -16,12 +16,11 @@
|
|||
in {
|
||||
devShells = forEachSupportedSystem ({pkgs}: {
|
||||
default = pkgs.mkShell {
|
||||
venvDir = "venv";
|
||||
packages = with pkgs;
|
||||
[python311]
|
||||
++ (with pkgs.python311Packages; [
|
||||
pip
|
||||
venvShellHook
|
||||
python-lsp-server
|
||||
]);
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue