fix: pyright is now an independent package

This commit is contained in:
Noah Masur 2024-06-20 17:25:51 -06:00
parent 0d6230b3dc
commit dec46bcc97
No known key found for this signature in database

View File

@ -14,7 +14,7 @@
home.packages = with pkgs; [
# python310 # Standard Python interpreter
nodePackages.pyright # Python language server
pyright # Python language server
black # Python formatter
python310Packages.flake8 # Python linter
];