From 4ae4151e812ee32da6e4a6fd00821c8353393a11 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 17 Mar 2024 12:13:12 +0100 Subject: [PATCH] machine/core: remote-builders can reuse local nix-store --- machines/core/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/core/nix.nix b/machines/core/nix.nix index 90808a3..a886ee8 100644 --- a/machines/core/nix.nix +++ b/machines/core/nix.nix @@ -10,6 +10,7 @@ "@wheel" ]; auto-optimise-store = true; + builders-use-substitutes = true; }; gc = {