Nix-shell does not use my user's shell (zsh)

Well, the main issue is that generic builder is written in bash. nix-shell, among other things, is supposed to place you into the development environment where you can call the bash functions manually. For the other use cases it is not necessary and we have several issues open about that:

Personally, I just run nix-shell … --run fish when I do not need to access builder functions.

1 Like