From 8754644faf09716db6310b96d63feb62b926cb2d Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Wed, 28 Apr 2010 19:52:00 +0000 Subject: [PATCH] add more documentation to distributedBuilds and what can be done if buildmachines are not always up svn path=/nixos/trunk/; revision=21409 --- modules/services/misc/nix-daemon.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/services/misc/nix-daemon.nix b/modules/services/misc/nix-daemon.nix index a39361e7fc7..924913ac986 100644 --- a/modules/services/misc/nix-daemon.nix +++ b/modules/services/misc/nix-daemon.nix @@ -75,6 +75,12 @@ in description = " Whether to distribute builds to the machines listed in . + If you know that the . Then you can comment + unavailable buildmachines. "; };