From 9cf1948993659cc394eccea5890e14df82eff8bb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 30 Nov 2006 18:35:36 +0000 Subject: * Skeleton of remote store implementation. --- src/nix-env/profiles.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nix-env/profiles.cc') diff --git a/src/nix-env/profiles.cc b/src/nix-env/profiles.cc index ab0c4977bdb5..0014161842e5 100644 --- a/src/nix-env/profiles.cc +++ b/src/nix-env/profiles.cc @@ -85,7 +85,7 @@ Path createGeneration(Path profile, Path outPath) /* Create the new generation. Note that addPermRoot() blocks if the garbage collector is running to prevent the stuff we've - build from moving from the temporary roots (which the GC knows) + built from moving from the temporary roots (which the GC knows) to the permanent roots (of which the GC would have a stale view). If we didn't do it this way, the GC might remove the user environment etc. we've just built. */ -- cgit 1.4.1