mirror of
https://github.com/elitak/nixos-infect
synced 2024-11-09 21:44:22 +00:00
Do not add channel when installing Nix (#142)
This commit is contained in:
parent
cc5c152357
commit
dbdbc7b4e2
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ infect() {
|
||||||
#addgroup nixbld -g 30000 || true
|
#addgroup nixbld -g 30000 || true
|
||||||
#for i in {1..10}; do adduser -DH -G nixbld nixbld$i || true; done
|
#for i in {1..10}; do adduser -DH -G nixbld nixbld$i || true; done
|
||||||
|
|
||||||
curl -L https://nixos.org/nix/install | sh
|
curl -L https://nixos.org/nix/install | sh -s -- --no-channel-add
|
||||||
|
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
source ~/.nix-profile/etc/profile.d/nix.sh
|
source ~/.nix-profile/etc/profile.d/nix.sh
|
||||||
|
|
Loading…
Reference in a new issue