diff --git a/shell.nix b/shell.nix index 74552a1c1f617cb506a03e75d95be018573462e7..53a3d985484516366131269c2851c78ac08bfcd2 100644 --- a/shell.nix +++ b/shell.nix @@ -24,7 +24,14 @@ pkgs.mkShell { cairo mpv poetry - python38 + ( + python38.withPackages ( + ps: with ps; [ + jedi + neovim + ] + ) + ) rnix-lsp ];