From 001fc550837dc931e3933a056414da22dcfe5241 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 16 May 2022 21:40:35 -0400 Subject: [PATCH] sccache is broken on aarch64 probably --- droid.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/droid.nix b/droid.nix index 6c1abd1..961f474 100644 --- a/droid.nix +++ b/droid.nix @@ -96,7 +96,7 @@ # Install the latest rust analyzer fenix.rust-analyzer # Sccache for faster builds - sccache + # sccache # Misc cargo utilites cargo-binutils # Allow invoking the llvm tools included with the toolchain cargo-edit # Command line Cargo.toml manipulation