From 00b6f918f3cb96f48bf04827e8b258e4165ff83c Mon Sep 17 00:00:00 2001 From: Jann Stute <46534683+Computerdores@users.noreply.github.com> Date: Thu, 2 Jul 2026 21:15:32 +0200 Subject: [PATCH] fix(nix): add pyright to devshell (#1415) --------- Co-authored-by: Xarvex --- nix/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/shell.nix b/nix/shell.nix index 797f1fc6..65b5d9fe 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -1,7 +1,6 @@ # SPDX-FileCopyrightText: (c) TagStudio Contributors # SPDX-License-Identifier: GPL-3.0-only - { lib, pkgs, @@ -78,6 +77,7 @@ pkgs.mkShellNoCC { coreutils uv + pyright ruff ]; buildInputs = [