@cryptotaxi247 / infra-1 / commits / a0fcdac7

staging-hydra: remove buildMachineFiles

The option was dropped. We remove it now to unblock updates. If you want to build on localhost then you need to set up a queue-builder now.

Martin Weinelt committed May 10, 2026 at 14:47 UTC a0fcdac7a2e2f7d6a265a6b1d5fadc918becc84a
1 file changed -9
non-critical-infra/hosts/staging-hydra/hydra.nix
-9
@@ -7,10 +7,6 @@
7 }:
8 let
9 narCache = "/var/cache/hydra/nar-cache";
10 - localSystems = [
11 - "builtin"
12 - config.nixpkgs.hostPlatform.system
13 - ];
10 in
11 {
12 imports = [
@@ -69,11 +65,6 @@ in
65 hydra-dev = {
66 enable = true;
67 package = pkgs.hydra;
72 - buildMachinesFiles = [
73 - (pkgs.writeText "local" ''
74 - localhost ${lib.concatStringsSep "," localSystems} - 3 1 ${lib.concatStringsSep "," config.nix.settings.system-features} - -
75 - '')
76 - ];
68 logo = ../../../build/hydra-logo.png;
69 hydraURL = "https://hydra.nixos.org";
70 notificationSender = "edolstra@gmail.com";