Also tab completion and the arrow keys don’t work anymore. This is a bit annoying because I want to use a terminal in neovim and there this problem always occurs.
To reproduce
nix develop "git+https://codeberg.org/Frieder_Hannenheim/musicfetch-ng.git"
# in development shell
bash
That’s usually the symptom of having a non-interactive bash. If you do realpath $(which bash) does the name in the store path say /nix/store/...bash-interactive... or just /nix/store/...bash...?