diff --git a/jupyter/flake.nix b/jupyter/flake.nix index 5b473b3..cb8b521 100644 --- a/jupyter/flake.nix +++ b/jupyter/flake.nix @@ -21,7 +21,6 @@ [python311 virtualenv] ++ (with pkgs.python311Packages; [ pip - python-lsp-server venvShellHook requests jupyter diff --git a/python/flake.nix b/python/flake.nix index e89eb1f..dac0c7f 100644 --- a/python/flake.nix +++ b/python/flake.nix @@ -22,7 +22,6 @@ ++ (with pkgs.python311Packages; [ pip venvShellHook - python-lsp-server ]); }; });