about summary refs log tree commit diff
path: root/nixos/tests/hydra/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/hydra/common.nix')
-rw-r--r--nixos/tests/hydra/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/hydra/common.nix b/nixos/tests/hydra/common.nix
index 1a3a4d8fb3d4f..fdf2b2c6f6dc1 100644
--- a/nixos/tests/hydra/common.nix
+++ b/nixos/tests/hydra/common.nix
@@ -42,7 +42,7 @@
         hostName = "localhost";
         systems = [ system ];
       }];
-      binaryCaches = [];
+      settings.substituters = [];
     };
   };
 }