nix: fix 'pyright'

This commit is contained in:
Bruno BELANYI 2022-12-01 09:58:01 +01:00
parent f65d22ece5
commit 4efa9d74e3

View file

@ -62,6 +62,7 @@
mypy mypy
z3 z3
])) ]))
pyright
]; ];
inherit (self.checks.${system}.pre-commit) shellHook; inherit (self.checks.${system}.pre-commit) shellHook;