From 379b45bbcae8780066a15ed9f7a68dbfe03d780c Mon Sep 17 00:00:00 2001 From: jolheiser Date: Tue, 8 Jul 2025 07:04:20 -0500 Subject: [PATCH] fix jsonnetfmt Signed-off-by: jolheiser --- config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.nix b/config.nix index a732c0e..8fe1a96 100644 --- a/config.nix +++ b/config.nix @@ -270,7 +270,7 @@ name = "jsonnet"; auto-format = true; formatter = { - command = "${lib.getExe' jsonnet "jsonnet"}"; + command = "${lib.getExe' jsonnet "jsonnetfmt"}"; args = [ "-" ]; }; }