Update the devshell for jj use instead of git

This commit is contained in:
TheWanderingCrow 2025-10-24 13:04:42 -04:00
parent de157f3e9a
commit 6ced268be4

View file

@ -13,6 +13,6 @@ pkgs.mkShell {
};
shellHook = ''
jj fetch
jj git fetch
'';
}