diff --git a/shell.nix b/shell.nix index 74552a1..53a3d98 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 ];