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
It looks like right now, nix-installer tries to escalate to root before printing out an explanation of what it's going to do. For example:
$ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | env NIX_INSTALLER_EXPLAIN=true sh -s -- install
info: downloading installer https://install.determinate.systems/nix/tag/v0.32.2/nix-installer-aarch64-darwin
INFO nix-installer v0.32.2
nix-installer needs to run as root, attempting to escalate now via sudo...
Password:
sudo: a password is required
Is this intentional? It's scaring a friend of mine away before they can even try out nix :)
The text was updated successfully, but these errors were encountered:
It looks like right now,
nix-installer
tries to escalate toroot
before printing out an explanation of what it's going to do. For example:Is this intentional? It's scaring a friend of mine away before they can even try out nix :)
The text was updated successfully, but these errors were encountered: