From 97e12f8a8e5d4407a82999c25234d7789b94948a Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Wed, 1 May 2024 21:23:29 +0200 Subject: [PATCH] disable ccache for phone --- hosts/phone/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/phone/default.nix b/hosts/phone/default.nix index 489ab44..1230a4c 100644 --- a/hosts/phone/default.nix +++ b/hosts/phone/default.nix @@ -12,5 +12,5 @@ # signing.keyStorePath = "/var/secrets/android-keys"; # A _string_ of the path for the key store. # Build with ccache - ccache.enable = true; + #ccache.enable = true; }