Skip to content

Commit

Permalink
feat: fix reuse not found in flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
danjujan committed Jun 19, 2024
1 parent 21e0e90 commit 7d16e39
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 @@ -55,6 +55,7 @@
, python3Packages
, php82Packages
, ripsecrets ? null
, reuse
, ruff ? null
, rustfmt
, shellcheck
Expand Down Expand Up @@ -131,6 +132,7 @@ in
ormolu
pre-commit-hook-ensure-sops
poetry
reuse
revive
ripsecrets
ruff
Expand All @@ -157,7 +159,7 @@ in
inherit (luaPackages) luacheck;
inherit (nodePackages) eslint markdownlint-cli prettier pyright cspell;
inherit (ocamlPackages) ocp-indent;
inherit (python3Packages) autoflake black flake8 flynt isort mkdocs-linkcheck mypy pre-commit-hooks pylint pyupgrade reuse;
inherit (python3Packages) autoflake black flake8 flynt isort mkdocs-linkcheck mypy pre-commit-hooks pylint pyupgrade;
inherit (php82Packages) php-cs-fixer psalm;
# FIXME: workaround build failure
phpstan = php82Packages.phpstan.overrideAttrs (old: {
Expand Down

0 comments on commit 7d16e39

Please sign in to comment.