Commit b3d554c2697c

Vincent Demeester <vincent@sbr.pm>
2016-11-18 19:49:12
Update some small nix options
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 6b109ad
Changed files (1)
configuration
configuration/common.nix
@@ -37,6 +37,11 @@
 
 	nix = {
 		useSandbox = true;
+		# if hydra is down, don't wait forever
+		extraOptions = ''
+		    connect-timeout = 20
+		'';
+		nixPath = pkgs.lib.mkBefore [ "" ];
 	};
 	nixpkgs = {
 		config = {