You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example nix shell, typing , followed by hitting the TAB should auto-complete the user-configured script names (hello and fmt in the case of the example). This should work on both bash and zsh (inasmuch as macOS uses zsh by default).
In the example nix shell, typing
,
followed by hitting the TAB should auto-complete the user-configured script names (hello
andfmt
in the case of the example). This should work on both bash and zsh (inasmuch as macOS uses zsh by default).The code for this could potentially go here:
mission-control/nix/wrapper.nix
Lines 48 to 50 in 3b1c773
For reference, see how purs-nix implements it:
https://github.com/purs-nix/purs-nix/blob/0fae0fd9316a20e2312cfdbcb8135b0e56330e01/purs-nix-command.nix#L254-L271
The text was updated successfully, but these errors were encountered: