haslersn / any-nix-shell

fish and zsh support for the nix run and nix-shell environments of the Nix package manager
MIT License
265 stars 17 forks source link

Does that also work with `nix develop`? #30

Open gabyx opened 11 months ago

gabyx commented 11 months ago

Does that also work with nix develop? How can we improve this here?

BR

manuelbb-upb commented 9 months ago

had the same issue. did manage to get it working with zsh and nix develop. See this branch: https://github.com/manuelbb-upb/any-nix-shell/tree/nix_develop I also crudely built a flake so that I can use the custom any-nix-shell in my home-manager.

gabyx commented 9 months ago

Might be worth a PR dont you think?

haslersn commented 3 months ago

As already argued in https://github.com/haslersn/any-nix-shell/issues/12#issuecomment-986031541, I deliberately didn't support nix develop, because there's already the nix shell command for the case where you want your default shell. Do you disagree with my argument there?