Commit b3d554c2697c
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 = {