From f27d02d1617ec40b8e7cbc1475ffa1ffdc4a2064 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 21 Nov 2024 11:25:33 -0500 Subject: [PATCH] global/nix: allow builders to use substitutes --- modules/global/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/global/nix.nix b/modules/global/nix.nix index e9b7b6b..ca5b3eb 100644 --- a/modules/global/nix.nix +++ b/modules/global/nix.nix @@ -21,6 +21,7 @@ in allow-import-from-derivation = true; auto-optimise-store = true; + builders-use-substitutes = true; fallback = true; keep-derivations = true; keep-outputs = true;