@cryptotaxi247 / infra-1 / commits / 917cbfad

* Enable chroot builds.

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

Eelco Dolstra committed Feb 3, 2010 at 23:03 UTC 917cbfad17f7ab62dfe5fbea06d5655771a502b2
1 file changed +2
common.nix
+2
@@ -10,6 +10,8 @@
10 echo 60 > /proc/sys/kernel/panic
11 '';
12
13 + nix.useChroot = true;
14 +
15 nix.extraOptions =
16 ''
17 fsync-metadata = true