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
I am trying to make the ssh connection to enable a nix-shell and run few commands inside.
Sequence is like this
ssh [email protected]
ENTER password
cd /main
nix-shell node.nix <- It works up to this point, now here it enters sub shell session and I am not able to interact with this sub shell.
nix-shell > node -v <- this is not entered in the nix-shell but runs on the parent shell and ends in error
The text was updated successfully, but these errors were encountered:
I am trying to make the ssh connection to enable a nix-shell and run few commands inside.
Sequence is like this
ssh [email protected]
ENTER password
cd /main
nix-shell node.nix <- It works up to this point, now here it enters sub shell session and I am not able to interact with this sub shell.
nix-shell > node -v <- this is not entered in the nix-shell but runs on the parent shell and ends in error
The text was updated successfully, but these errors were encountered: