mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-06 04:09:57 +00:00
fix(nix): add pyright to devshell (#1415)
--------- Co-authored-by: Xarvex <dev.ellz6@xarvex.simplelogin.com>
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user