From dc3d1d2676d291665b18c1f5fec3dd9d10b214ce Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 24 Dec 2022 12:57:08 -0500 Subject: [PATCH] Fix --- systems/darwin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/darwin.nix b/systems/darwin.nix index ac9755f..2097710 100644 --- a/systems/darwin.nix +++ b/systems/darwin.nix @@ -51,7 +51,7 @@ distributedBuilds = true; buildMachines = [ { - hostName = (import ../hetzner/ax41.info.nix).publicIP; + hostName = (import ./hetzner/ax41.info.nix).publicIP; system = "x86_64-linux"; maxJobs = 10; }