plugins/none-ls: add package association for xmllint

This commit is contained in:
Gaetan Lepage 2024-06-12 14:11:40 +02:00 committed by Gaétan Lepage
parent d777475e69
commit 4edfed1075

View file

@ -168,6 +168,7 @@ let
verible_verilog_format = pkgs.verible; verible_verilog_format = pkgs.verible;
vint = pkgs.vim-vint; vint = pkgs.vim-vint;
write_good = pkgs.write-good; write_good = pkgs.write-good;
xmllint = pkgs.libxml2;
# Sources not present in nixpkgs # Sources not present in nixpkgs
blade_formatter = null; blade_formatter = null;