From eab7b33a505691c9b428dbcf5d607db1495910bb Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Mon, 23 Nov 2020 21:53:16 -0700 Subject: [PATCH] Add jedi, neovim to Nix shell --- shell.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 ]; -- GitLab