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
./bootstrap_dev.sh has a couple issues that prevent installation on linux
curl is required, as the install script downloaded from nix uses curl within it
Need to verify that paths are not OSX-specific
In some cases, it seems to output a line indicating that the detected OS is OSX Catalina
We may want to specify the single user installation (--no-daemon) as it installs nix.sh in the currently expected place, so it gets correctly added to the bash profile.
The text was updated successfully, but these errors were encountered:
./bootstrap_dev.sh has a couple issues that prevent installation on linux
--no-daemon
) as it installsnix.sh
in the currently expected place, so it gets correctly added to the bash profile.The text was updated successfully, but these errors were encountered: