Allow installation path to redirect

This commit is contained in:
Domen Kožar 2020-03-11 19:29:13 +01:00
parent 5c21a08208
commit ebed63b0a2
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -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