tangled
alpha
login
or
join now
pluie.me
/
flake
2
fork
atom
All my system configs and packages in one repo
2
fork
atom
overview
issues
pulls
pipelines
leah/vcs: migrate jj config to v0.31
pluie.me
8 months ago
9f7dfa65
c165c1cb
verified
This commit was signed with the committer's
known signature
.
pluie.me
SSH Key Fingerprint:
SHA256:YtI1D7vlcZ4obaiJ4tQihtswcMhHKdfYZuc4whOX2y8=
+4
-1
1 changed file
expand all
collapse all
unified
split
users
leah
programs
vcs.nix
+4
-1
users/leah/programs/vcs.nix
···
97
97
"format_short_signature(signature)" = "signature.name()";
98
98
};
99
99
100
100
+
templates = {
101
101
+
git_push_bookmark = ''"pluie/jj-" ++ change_id.short()'';
102
102
+
};
103
103
+
100
104
fix.tools = {
101
105
nixfmt = {
102
106
command = [ "nixfmt" ];
···
113
117
git = {
114
118
sign-on-push = true;
115
119
private-commits = "description(glob:'wip:*')";
116
116
-
push-bookmark-prefix = "pluie/jj-";
117
120
};
118
121
119
122
core = {