From 578e7aaec9aa6ab7e80df85e8535ea5c4d8c9b6c Mon Sep 17 00:00:00 2001 From: cdombroski Date: Fri, 3 May 2024 12:22:44 -0400 Subject: [PATCH] Remove use substitues --- systems/orangepihole/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/orangepihole/configuration.nix b/systems/orangepihole/configuration.nix index bff296d..be42c22 100644 --- a/systems/orangepihole/configuration.nix +++ b/systems/orangepihole/configuration.nix @@ -87,6 +87,6 @@ supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; }]; nix.distributedBuilds = true; - nix.extraOptions = "builders-use-substitutes = true"; + #nix.extraOptions = "builders-use-substitutes = true"; }