Hi,
since yesterday (I think due to an update) nix-shell
is terminating due to sigsegv
❯ nix-shell -p blender
fish: Job 1, 'nix-shell -p blender' terminated by signal SIGSEGV (Address boundary error)
❯ nix --version
nix (Nix) 2.13.5
Searching on the bug tracking seems I’m the only one with this problem (this is too new Regression: `nix-shell` crashes · Issue #8880 · NixOS/nix · GitHub): do you know how can I debug what is going on?
Thanks!