Skip to content

Commit

Permalink
Merge pull request #457 from jonathan-conder/master
Browse files Browse the repository at this point in the history
fix: pyright has moved out of nodePackages
  • Loading branch information
sandydoo authored Jun 19, 2024
2 parents cc4d466 + 9a04830 commit ed4ce20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
, poetry
, pre-commit-hook-ensure-sops ? null
, python3Packages
, pyright ? nodePackages.pyright
, php82Packages
, ripsecrets ? null
, ruff ? null
Expand Down Expand Up @@ -131,6 +132,7 @@ in
ormolu
pre-commit-hook-ensure-sops
poetry
pyright
revive
ripsecrets
ruff
Expand All @@ -155,7 +157,7 @@ in
# TODO: these two should be statically compiled
inherit (haskellPackages) fourmolu;
inherit (luaPackages) luacheck;
inherit (nodePackages) eslint markdownlint-cli prettier pyright cspell;
inherit (nodePackages) eslint markdownlint-cli prettier cspell;
inherit (ocamlPackages) ocp-indent;
inherit (python3Packages) autoflake black flake8 flynt isort mkdocs-linkcheck mypy pre-commit-hooks pylint pyupgrade;
inherit (php82Packages) php-cs-fixer psalm;
Expand Down

0 comments on commit ed4ce20

Please sign in to comment.