zshenv: do not disable ccache

This commit is contained in:
surtur 2022-09-07 21:59:34 +02:00
parent cce0cc123f
commit 81b70c12e2
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -10,7 +10,7 @@ export ANDROID_NDK_HOME=$ANDROID_NDK_PATH
export AndroidSdkPath=$ANDROID_SDK_ROOT
export AndroidNdkPath=$ANDROID_NDK_PATH
export CCACHE_DISABLE="true"
export CCACHE_NODISABLE="true"
# https://github.com/NixOS/nix/issues/2033
# https://discourse.nixos.org/t/where-is-nix-path-supposed-to-be-set/16434/8