nixos-install: Unset NIX_REMOTE

This commit is contained in:
Shea Levy 2013-02-06 12:20:52 -05:00
parent 5e88e9b2ff
commit 12d77805ef

View file

@ -112,6 +112,10 @@ export LC_ALL=
export LC_TIME=
# There is no daemon in the chroot
unset NIX_REMOTE
# Create a temporary Nix config file that causes the nixbld users to
# be used.
if test -n "$build_users_group"; then