fix(nix): add pyright to devshell

This commit is contained in:
Jann Stute
2026-07-02 20:28:10 +02:00
parent d7918fd82c
commit 8c09263d38

View File

@@ -81,6 +81,7 @@ pkgs.mkShellNoCC {
ruff
];
buildInputs = [
pkgs.pyright
python3Wrapped
]
++ (with pkgs; [