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
When running the installer with curl -L https://nixos.org/nix/install | sh -s -- --darwin-use-unencrypted-nix-store-volume --daemon as recommended in the manual, the script assumes that no TTY is present.
Steps To Reproduce
Run curl -L https://nixos.org/nix/install | sh -s -- --darwin-use-unencrypted-nix-store-volume --daemon
Expected behavior
For the script to detect a TTY successfully
nix-env --version output
n/a
Additional context
I am using the iTerm terminal emulator on macOS. I am unsure if this is relevant, but I would not be surprised.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running the installer with
curl -L https://nixos.org/nix/install | sh -s -- --darwin-use-unencrypted-nix-store-volume --daemon
as recommended in the manual, the script assumes that no TTY is present.Steps To Reproduce
curl -L https://nixos.org/nix/install | sh -s -- --darwin-use-unencrypted-nix-store-volume --daemon
Expected behavior
For the script to detect a TTY successfully
nix-env --version
outputn/a
Additional context
I am using the iTerm terminal emulator on macOS. I am unsure if this is relevant, but I would not be surprised.
The text was updated successfully, but these errors were encountered: