home: jj: use unstable package

Gotta get the latest version!
This commit is contained in:
Antoine Martin 2025-12-17 17:52:22 +01:00
parent 968e0f2e26
commit 24b7435c7b
3 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
home.packages = [
pkgs.jujutsu
pkgs.unstable.jujutsu
];
xdg.configFile = {
"jj/config.toml".source = ./jj/config.toml;