From 875211599274a2824a39a87aed128d853093808b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Wed, 9 Mar 2022 15:05:47 +0100 Subject: [PATCH] fix: Remove the binary cache from the hydra build machine fix #55 --- config/nutty-noon.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/nutty-noon.nix b/config/nutty-noon.nix index 7bc40b69..af88ac7a 100644 --- a/config/nutty-noon.nix +++ b/config/nutty-noon.nix @@ -196,4 +196,7 @@ } ]; hardware.enableRedistributableFirmware = true; + nix.settings.substituters = lib.mkForce [ + "https://cache.nixos.org/" + ]; }