I accidentally merged something in without formatting it locally when our CI was down - here's that reformat...
+2
-1
packetmix/homes/development/jujutsu.nix
+2
-1
packetmix/homes/development/jujutsu.nix
···
404
};
405
snapshot.auto-track = "~(root-glob:'**/.envrc' | root-glob:'**/*.env' | root-glob:'**/.direnv/**/*')";
406
template-aliases = {
407
-
"format_timestamp(timestamp)" = ''timestamp.local().format("%Y-%m-%d %H:%M:%S") ++ " (" ++ timestamp.ago() ++ ")"'';
408
series_log = ''
409
if(root,
410
format_root_commit(self),
···
404
};
405
snapshot.auto-track = "~(root-glob:'**/.envrc' | root-glob:'**/*.env' | root-glob:'**/.direnv/**/*')";
406
template-aliases = {
407
+
"format_timestamp(timestamp)" =
408
+
''timestamp.local().format("%Y-%m-%d %H:%M:%S") ++ " (" ++ timestamp.ago() ++ ")"'';
409
series_log = ''
410
if(root,
411
format_root_commit(self),