From 8c09263d38370e7f2486bb4c27316f709f553e0d Mon Sep 17 00:00:00 2001 From: Jann Stute Date: Thu, 2 Jul 2026 20:28:10 +0200 Subject: [PATCH] fix(nix): add pyright to devshell --- nix/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/shell.nix b/nix/shell.nix index 797f1fc6..5a397a1f 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -81,6 +81,7 @@ pkgs.mkShellNoCC { ruff ]; buildInputs = [ + pkgs.pyright python3Wrapped ] ++ (with pkgs; [