diff --git a/README.org b/README.org index 9bb5264..5b2b17b 100644 --- a/README.org +++ b/README.org @@ -367,11 +367,11 @@ Import this shell with ~nix-shell /etc/dotfiles/shells/python.nix~ with pkgs; mkShell { buildInputs = [ - python38Packages.pip - python38Packages.pip-tools - python38Packages.pyls-mypy - python38Packages.pyls-isort - python38Packages.pyls-black + python310Packages.pip + python310Packages.pip-tools + python310Packages.python-lsp-black + python310Packages.python-lsp-server + python310Packages.python-lsp-jsonrpc ]; shellHook = '' ''; diff --git a/modules/emacs.nix b/modules/emacs.nix index 963e5bc..d133678 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -62,7 +62,6 @@ let epkgs.desktop-environment epkgs.doom-themes epkgs.doom-modeline - epkgs.emacs-dashboard ]; };