set jujutsu to unstable

This commit is contained in:
TheWanderingCrow 2025-11-21 16:27:41 -05:00
parent 05a3e49c48
commit d9ded5e913
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
{ pkgs, ... }:
{
# programs.git = {
# enable = true;
@ -19,6 +20,7 @@
programs.jujutsu = {
enable = true;
package = pkgs.unstable.jujutsu;
settings = {
user = {
email = "contact@wanderingcrow.net";