NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.37k stars 13.6k forks source link

`phpcbf` is now deprecated, use `php-codesniffer` instead which contains both `phpcs` and `phpcbf`. #292006

Closed HippieMitch closed 6 months ago

HippieMitch commented 6 months ago

Describe the bug

After updating my flake.lock file on 02/27/2024 I'm unable to perform a nixos-rebuild without getting the error:

"phpcbf is now deprecated, use php-codesniffer instead which contains both phpcs and phpcbf"

I'm unable to see what is pulling this in so any advice on how to track this down would be helpful.

Steps To Reproduce

Steps to reproduce the behavior:

  1. In a terminal, execute a "nix flake update".
  2. Attempt a nixos-rebuild.

Expected behavior

I was expecting my system to rebuild without errors as I haven't changed anything since the last successful rebuild aside from my flake.lock file.

Screenshots

nixos-rebuild error

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

nix-info


RustLover2910 commented 6 months ago

I am also having that issue. I can't even install packages now without nix-env

dotlambda commented 6 months ago

Did you try --show-trace?

dotlambda commented 6 months ago

duplicate of https://github.com/nix-community/nixvim/issues/1160

HippieMitch commented 6 months ago

Thanks! Sorry this was in the wrong place. I realize it is technically a build error and not a bug, but I just couldn't pinpoint the responsible package. I will try --show-trace with issues in the future.