From 05f01685a0123f2ddc6cc169aeabb11efc3d6a89 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 5 Feb 2013 06:39:18 -0500 Subject: [PATCH] D'oh --- modules/installer/tools/nixos-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/tools/nixos-install.sh b/modules/installer/tools/nixos-install.sh index aca2cca6a71..51270650429 100644 --- a/modules/installer/tools/nixos-install.sh +++ b/modules/installer/tools/nixos-install.sh @@ -119,7 +119,7 @@ if test -n "$build_users_group"; then fi binary_caches=$(@perl@/bin/perl -e 'use Nix::Config; Nix::Config::readConfig; print $Nix::Config::config{"binary-caches"};') if test -n "$binary_caches"; then - echo "binary-caches $binary_caches" >> $mountPoint/tmp/nix.conf + echo "binary-caches = $binary_caches" >> $mountPoint/tmp/nix.conf fi export NIX_CONF_DIR=/tmp