File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 159
159
inherit ( nodePackages ) eslint markdownlint-cli prettier pyright cspell ;
160
160
inherit ( ocamlPackages ) ocp-indent ;
161
161
inherit ( python3Packages ) autoflake black flake8 flynt isort mkdocs-linkcheck mypy pylint pyupgrade ;
162
- inherit ( php82Packages ) php-cs-fixer phpcbf phpcs psalm ;
162
+ inherit ( php82Packages ) php-cs-fixer psalm ;
163
163
# FIXME: workaround build failure
164
164
phpstan = php82Packages . phpstan . overrideAttrs ( old : {
165
165
composerStrictValidation = false ;
166
166
} ) ;
167
+ # these two are for backwards compatibility
168
+ phpcbf = php82Packages . php-codesniffer or php82Packages . phpcbf ;
169
+ phpcs = php82Packages . php-codesniffer or php82Packages . phpcs ;
167
170
lua-language-server = lua-language-server ;
168
171
purs-tidy = nodePackages . purs-tidy or null ;
169
172
cabal2nix-dir = callPackage ./cabal2nix-dir { } ;
You can’t perform that action at this time.
0 commit comments