1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/conform-nvim/packages: mark json_repair as unpackaged

nixpkgs PR to add json-repair:
https://github.com/NixOS/nixpkgs/pull/451895
This commit is contained in:
Gaetan Lepage 2025-10-14 09:22:18 +02:00 committed by Gaétan Lepage
parent a9e6972297
commit 5ba3eb805b

View file

@ -52,6 +52,7 @@ rec {
hledger-fmt = sType.unpackaged; hledger-fmt = sType.unpackaged;
imba_fmt = sType.unpackaged; imba_fmt = sType.unpackaged;
janet-format = sType.unpackaged; janet-format = sType.unpackaged;
json_repair = sType.unpackaged;
liquidsoap-prettier = sType.unpackaged; liquidsoap-prettier = sType.unpackaged;
llf = sType.unpackaged; llf = sType.unpackaged;
markdown-toc = sType.unpackaged; markdown-toc = sType.unpackaged;