mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 00:20:53 +00:00
Allow installation path to redirect
This commit is contained in:
parent
5c21a08208
commit
ebed63b0a2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ nixConf
|
||||||
# Needed due to multi-user being too defensive
|
# Needed due to multi-user being too defensive
|
||||||
export ALLOW_PREEXISTING_INSTALLATION=1
|
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
|
# write nix.conf again as installation overwrites it
|
||||||
nixConf
|
nixConf
|
||||||
|
|
Loading…
Reference in a new issue