fix(nix): add pyright to devshell (#1415)

---------

Co-authored-by: Xarvex <dev.ellz6@xarvex.simplelogin.com>
This commit is contained in:
Jann Stute
2026-07-02 21:15:32 +02:00
committed by GitHub
parent 7c1c1dd6ae
commit 00b6f918f3

View File

@@ -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 = [