From ea9acf8f6291dec849199a1dfa3c83423a2127b8 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Fri, 3 Nov 2023 02:32:21 +0100 Subject: [PATCH] use ccache for robotnix --- 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 c42a340..489ab44 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; }