From 3a4f18afeee7bf3865c73b6a2c0a28ff77d4530c Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 10 Sep 2024 10:57:31 +0200 Subject: [PATCH] Also add python-lsp-ruff to jupyter --- jupyter/flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyter/flake.nix b/jupyter/flake.nix index f6cb667..a8fc4c1 100644 --- a/jupyter/flake.nix +++ b/jupyter/flake.nix @@ -22,6 +22,7 @@ ++ (with pkgs.python311Packages; [ pip python-lsp-server + python-lsp-ruff venvShellHook requests jupyter