chisui / zsh-nix-shell

zsh plugin that lets you use zsh in nix-shell shells.
BSD 3-Clause "New" or "Revised" License
384 stars 19 forks source link

support for `nix develop` #43

Closed orzklv closed 1 month ago

orzklv commented 3 months ago

Is it possible to implement it for nix develop? So, there won't be need to nix develop -c $SHELL or alias it to nix-develop?

chisui commented 1 month ago

This plugin is specifically for the legacy CLI. This feature would require writing a shim for the nix command, which is currently not planed and would introduce a substantial amount of complexity.

PRs are welcome though.