From 68eb8df9c855d2abc706b6bdf77470a3747a82b5 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sun, 13 Jul 2025 06:04:55 +0800 Subject: [PATCH] jujutsu: Modify configuration and usage to fit the latest version --- .justfile | 2 +- home/modules/programs/jujutsu.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.justfile b/.justfile index 6bccf7c..976c9c4 100755 --- a/.justfile +++ b/.justfile @@ -51,7 +51,7 @@ push: jj git fetch --all-remotes rebase revision="dev": - jj rebase -b 'all:heads(all()) & ~signed() &~@' -d {{ revision }} + jj rebase -b 'heads(all()) & ~signed() &~@' -d {{ revision }} alias s := switch alias u := update diff --git a/home/modules/programs/jujutsu.nix b/home/modules/programs/jujutsu.nix index 8f0cef1..0475ad1 100644 --- a/home/modules/programs/jujutsu.nix +++ b/home/modules/programs/jujutsu.nix @@ -47,8 +47,8 @@ in { auto-track = "true"; max-new-file-size = 0; }; - core = { - fsmonitor = "watchman"; + fsmonitor = { + backend = "watchman"; watchman.register-snapshot-trigger = true; }; user = {