have the devshell rebase upstream changes onto our branch when we enter it

This commit is contained in:
TheWanderingCrow 2025-10-25 10:24:36 -04:00
parent 6ced268be4
commit d4084a869a

View file

@ -14,5 +14,6 @@ pkgs.mkShell {
shellHook = ''
jj git fetch
jj rebase -d prod
'';
}