From ee2908403aa9b42be0f35ca04ffd2d258526efc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Tue, 13 May 2025 13:32:13 +0200 Subject: [PATCH] fix(jj): taplo forgot format subcommand Otherwise it doesn't work T-T --- modules/hm/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hm/dev.nix b/modules/hm/dev.nix index 22a24ab..afa3899 100644 --- a/modules/hm/dev.nix +++ b/modules/hm/dev.nix @@ -63,6 +63,7 @@ let taplo = cmd: { command = [ cmd + "format" "--stdin-filepath=$path" "-" ];