moved from jq to jaq for json formatting.

This commit is contained in:
Gabe Venberg 2026-03-18 19:49:33 +01:00
parent cbf028159f
commit de325f8141
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ require('lze').load {
}) })
-- need to figure out how to properly seperate this. -- need to figure out how to properly seperate this.
if nixInfo("settings", "cat", "config") then if nixInfo("settings", "cat", "config") then
require("conform").formatters_by_ft.json = { "jq" } require("conform").formatters_by_ft.json = { "jaq" }
end end
if nixInfo("settings", "cat", "nix") then if nixInfo("settings", "cat", "nix") then
require("conform").formatters_by_ft.nix = { "alejandra" } require("conform").formatters_by_ft.nix = { "alejandra" }

View file

@ -193,7 +193,7 @@ inputs: {
data = null; data = null;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
taplo taplo
jq jaq
yaml-language-server yaml-language-server
]; ];
}; };