mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-05 11:49:40 +00:00
fix(nix): add pyright to devshell
This commit is contained in:
@@ -81,6 +81,7 @@ pkgs.mkShellNoCC {
|
||||
ruff
|
||||
];
|
||||
buildInputs = [
|
||||
pkgs.pyright
|
||||
python3Wrapped
|
||||
]
|
||||
++ (with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user