From 9ab8424096634d6fe59107817ebd1bdf79758cfb Mon Sep 17 00:00:00 2001 From: LorenzBischof <1837725+LorenzBischof@users.noreply.github.com> Date: Sat, 8 Feb 2025 22:09:03 +0100 Subject: [PATCH] jujutsu: enable git subprocess --- modules/home-manager/git/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/git/default.nix b/modules/home-manager/git/default.nix index 81015f4..85ad95a 100644 --- a/modules/home-manager/git/default.nix +++ b/modules/home-manager/git/default.nix @@ -43,6 +43,7 @@ "format_short_signature(signature)" = "signature.name()"; "format_timestamp(timestamp)" = "timestamp.ago()"; }; + git.subprocess = true; }; };