Git segfault while updating flake inputs

Hi :wave:

On one of the machines, I see following:

error:
       … while fetching the input 'git+file:///shared/syncfolder/dotfiles/nixos-system-flake'

       error: program 'git' failed due to signal 11 (Segmentation fault)

While running nix flake update --flake /shared/syncfolder/dotfiles/nixos-system-flake

I don’t have any other generation :grimacing: But rebuilding the system works.
How can I dig into this?
Thanks!

Ohoho nevermind my git repo seems to be corrupted. Fixed by git fetch --refetch origin