From cb439311660906c33ef257115cc25b3b27c34386 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 17 Apr 2025 13:03:48 -0400 Subject: [PATCH] Configure builders-use-substitutes --- nixos/modules/base.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/base.nix b/nixos/modules/base.nix index b7788cc..a8da9b8 100644 --- a/nixos/modules/base.nix +++ b/nixos/modules/base.nix @@ -39,4 +39,6 @@ "https://nix-community.cachix.org" ]; }; + # Remote builds should use subsitutors + nix.extraOptions = "builders-use-substitutes = true"; }