Skip to content

Commit

Permalink
Follow redirects in nixos-infect's nix/install URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kshaa committed Jul 4, 2020
1 parent b2856a5 commit fb6d466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixops/data/nixos-infect
Expand Up @@ -154,7 +154,7 @@ export HOME="/root"
groupadd -r nixbld -g 30000
seq 1 10 | xargs -I{} useradd -c "Nix build user {}" -d /var/empty -g nixbld -G nixbld -M -N -r -s `which nologin` nixbld{}

curl https://nixos.org/nix/install | sh
curl -L https://nixos.org/nix/install | sh

source ~/.nix-profile/etc/profile.d/nix.sh

Expand Down

0 comments on commit fb6d466

Please sign in to comment.