use newer jj version

fix dependencies of homepage
This commit is contained in:
Tim Schubert 2023-09-18 19:37:49 +02:00
parent 41f3ade99f
commit 703c86352a
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
10 changed files with 78 additions and 18 deletions

View file

@ -56,8 +56,6 @@ in
};
};
home.file.".jjconfig.toml".source = ./jjconfig.toml;
home.packages = with pkgs; [
delta
git-branchless
@ -65,7 +63,6 @@ in
gitAndTools.hub
gitAndTools.lab
gitAndTools.git-absorb
jujutsu
meld
];
};