That did seem to break things
This commit is contained in:
parent
371809eea9
commit
56ace5fe40
|
@ -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
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
++ (with pkgs.python311Packages; [
|
++ (with pkgs.python311Packages; [
|
||||||
pip
|
pip
|
||||||
venvShellHook
|
venvShellHook
|
||||||
python-lsp-server
|
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue