-
-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] error: phpcbf
is now deprecated, use php-codesniffer
instead which contains both phpcs
and phpcbf
.
#1160
Comments
Is your |
That is (I think) a real nixvim issue |
phpcbf
is now deprecated, use php-codesniffer
instead which contains both phpcs
and phpcbf
.
Ok! I changed the issue title now. Thanks for your help in advance! If I have any updates I will send here (if you have any updates, please send here). |
Ok so the issue is that NixOS/nixpkgs#285828 was merged recently, is present in nixpkgs-unstable, but not yet in nixos-unstable (which we target). So to fix your issue you could use |
Great, but, how can I do this? And, I need to add this reference only for |
Nope, it's in nixos-unstable as well: NixOS/nixpkgs@3a19a72 |
It has just landed I think (https://nixpk.gs/pr-tracker.html?pr=285828). |
So, I believe the temporary solution would be to set
(which is right before that PR landed) until the issue's resolved or something? Edit: well, at least it builds. Although it was probably better to just make nixvim follow that particular revision. |
Fixed by #1168 |
Now I got a new error:
Ah sorry my bad, ignore me. |
ref: nix-community/nixvim#1160 Signed-off-by: budimanjojo <budimanjojo@gmail.com>
Sorry for the troubles guys, this thing was a long overdue... and it has to be done one day or another. Glad it has been fixed! |
how did you fix this? |
|
all
unstable
unstable
Description
I'm trying to install NixVim in my Nix darwin and NixOS env, but I can't. The error is about one of the plugins, and I haven't installed or configured any configuration file (for plugin or something else) for NixVim.
Minimal, Reproducible Example (MRE)
That's my
flake.nix
!The text was updated successfully, but these errors were encountered: