From 8cad20e1c9812cee2e6afacf7206aaa8ae4efcfa Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 9 Jun 2008 11:14:28 +0000 Subject: [PATCH] * Doh! svn path=/nixos/trunk/; revision=12016 --- installer/nixos-rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/nixos-rebuild.sh b/installer/nixos-rebuild.sh index f36d22c0e4d5..c7db828cd45f 100644 --- a/installer/nixos-rebuild.sh +++ b/installer/nixos-rebuild.sh @@ -35,7 +35,7 @@ NIXOS_CONFIG=${NIXOS_CONFIG:-/etc/nixos/configuration.nix} # This matters if the new Nix in Nixpkgs has a schema change. It # would upgrade the schema, which should only happen once we actually # switch to the new configuration. -if initctl status nix-daemonn 2>&1 | grep -q ' running'; then +if initctl status nix-daemon 2>&1 | grep -q ' running'; then export NIX_REMOTE=${NIX_REMOTE:-daemon} fi