nix: fix 'pyright'

This commit is contained in:
Bruno BELANYI 2022-12-01 09:58:01 +01:00
parent 6a6552f6fc
commit fcb74b375f

View file

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