From 81f527070faef447bdd0daf95fb1499355b6ee20 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 9 Jul 2023 18:55:37 +0000 Subject: [PATCH] build machines: disable ccache --- hosts/modules/roles/build-machine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/roles/build-machine.nix b/hosts/modules/roles/build-machine.nix index ffb4a23c..7919de17 100644 --- a/hosts/modules/roles/build-machine.nix +++ b/hosts/modules/roles/build-machine.nix @@ -17,7 +17,7 @@ in }; ccache = mkOption { type = types.bool; - default = true; + default = false; }; };