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 = {