The code currently expects stty to be in /bin/stty. This is not always the case (e.g. in NixOS, it's in /run/current-system/sw/bin/stty), which can lead to the following error on login:
Password (typing will be hidden):
▸ failed turning off console echo for password entry:
▸ no such file or directory
The code currently expects
sttyto be in/bin/stty. This is not always the case (e.g. in NixOS, it's in/run/current-system/sw/bin/stty), which can lead to the following error on login: