about summary refs log tree commit diff
path: root/nixos/tests/hydra
diff options
context:
space:
mode:
authorRick van Schijndel <rol3517@gmail.com>2024-03-20 07:52:31 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-03-24 20:40:01 +0100
commit838750a9fd84b4228c741e89a0e1a1f137885e1c (patch)
tree78bd481441c5bbd330251becb02f20741800a640 /nixos/tests/hydra
parentf4fb648799ae71ac118a2a1c8b92698f2a01e246 (diff)
hydra_unstable: 2023-12-24 -> 2024-03-08, use nix_2_20
Update tests according to https://github.com/NixOS/hydra/pull/1361/commits/ceff5c5cfeaf211691f4d1156f358a940b5ef7b4
Diffstat (limited to 'nixos/tests/hydra')
-rw-r--r--nixos/tests/hydra/common.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/nixos/tests/hydra/common.nix b/nixos/tests/hydra/common.nix
index 2bce03418e1ff..f31518b1e2a20 100644
--- a/nixos/tests/hydra/common.nix
+++ b/nixos/tests/hydra/common.nix
@@ -36,13 +36,6 @@
       '';
     };
     services.postfix.enable = true;
-    nix = {
-      distributedBuilds = true;
-      buildMachines = [{
-        hostName = "localhost";
-        systems = [ system ];
-      }];
-      settings.substituters = [];
-    };
+    nix.settings.substituters = [];
   };
 }