(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(jujutsu): fix warnings: some renames

74k1 b96e380f c19f909d

+12 -14
+12 -14
modules/home-manager/shell/jujutsu/default.nix
··· 17 17 push = "origin"; 18 18 # private-commits = "description(glob:'wip:*')"; 19 19 auto-local-bookmark = true; 20 - push-bookmark-prefix = "74k1/"; 21 20 }; 22 21 signing = { 23 22 backend = "gpg"; 24 23 behavior = "own"; 25 24 key = "46F3422F63A313697EAB83D51CF155F76F213503"; 26 25 }; 27 - core = { 28 - fsmonitor = "watchman"; 29 - watchman = { 30 - register-snapshot-trigger = true; 31 - }; 26 + fsmonitor = { 27 + backend = "watchman"; 28 + watchman.register-snapshot-trigger = true; 32 29 }; 33 30 ui = { 34 31 color = "always"; ··· 44 41 aliases = { 45 42 l = [ "log" "--no-pager" ]; 46 43 }; 47 - # templates = { 48 - # log_node = '' 49 - # coalesce( 50 - # if(current_working_copy, "●"), 51 - # if(immutable, "⊗", "○"), 52 - # ) 53 - # ''; 54 - # }; 44 + templates = { 45 + # log_node = '' 46 + # coalesce( 47 + # if(current_working_copy, "●"), 48 + # if(immutable, "⊗", "○"), 49 + # ) 50 + # ''; 51 + git_push_bookmark = ''"74k1/" ++ change_id.short()''; 52 + }; 55 53 }; 56 54 }; 57 55 }