@cryptotaxi247 / infra-1 / commits / 65b03dff

oops

svn path=/configurations/trunk/tud/; revision=7943

Martin Bravenboer committed Feb 20, 2007 at 22:26 UTC 65b03dff6ce68597a05be8260f1c04b1cac91016
1 file changed +2 -2
supervisor/default.nix
+2 -2
@@ -6,12 +6,12 @@
6 # supervisor. To build:
7 #
8 # $ nix-build ./st-lab.nix --arg currentLoadDir \"/tmp/current-load\" -o tmp-supervisor
9 -{currentLoadDir ? "/home/nix/buildfarm-state/current-load"}:
9 +{currentLoadDir ? "/home/buildfarm/buildfarm-state/current-load"}:
10
11 {
12 supervisor =
13 (import ../../../release/supervisor/supervisor.nix) {
14 - stateDir = "/home/nix/buildfarm-state";
14 + stateDir = "/home/buildfarm/buildfarm-state";
15 jobsURL = https://svn.cs.uu.nl:12443/repos/trace/configurations/trunk/tud/supervisor/jobs.conf;
16 machinesList = ./machines;
17 pkgsPath = "/etc/nixos/nixpkgs/pkgs";