From 17c0eb19b28cf417f827008b1831cf37fae988c8 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 6 Mar 2025 12:59:24 +0000 Subject: [PATCH] fixup! WIP: add jujutsu (w/ Delta) Default to true on 0.27 --- modules/home/jujutsu/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/home/jujutsu/default.nix b/modules/home/jujutsu/default.nix index 166e808..5cb0597 100644 --- a/modules/home/jujutsu/default.nix +++ b/modules/home/jujutsu/default.nix @@ -50,10 +50,6 @@ in # * `root`: `jj workspace root` (barely necessary then) }; - git = { - subprocess = true; # FIXME: probably new default starting at 0.27 - }; - # FIXME: `extraConfig` equivalents... # FIXME: from ma_9's config, plus my own stuff