Skip to content

Commit

Permalink
Allow installation path to redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 11, 2020
1 parent 5c21a08 commit ebed63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ nixConf
# Needed due to multi-user being too defensive
export ALLOW_PREEXISTING_INSTALLATION=1

sh <(curl https://nixos.org/nix/install) --daemon
sh <(curl -L https://nixos.org/nix/install) --daemon

# write nix.conf again as installation overwrites it
nixConf
Expand Down

0 comments on commit ebed63b

Please sign in to comment.