From df37f74a025c139b37a8384c3f057c660b8644d2 Mon Sep 17 00:00:00 2001 From: sils Date: Mon, 7 Aug 2023 17:39:41 +0200 Subject: Fix(sys/nix): Disable distributed builds They don't work for now --- sys/nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/nix') diff --git a/sys/nix/default.nix b/sys/nix/default.nix index 8a86529..04ba61f 100644 --- a/sys/nix/default.nix +++ b/sys/nix/default.nix @@ -1,7 +1,7 @@ {...}: { nix = { channel.enable = false; - distributedBuilds = true; + distributedBuilds = false; buildMachines = [ { hostName = "server1.vhack.eu"; -- cgit 1.4.1