hare: do not set HARECACHE on the setup hook

HARECACHE is an object cache, usually populated to speedup recompilation. It
does not make much sense to include it on a setup hook.
This commit is contained in:
AndersonTorres 2022-08-11 16:11:00 -03:00
parent 205b8c9ea1
commit a0165ee168

View File

@ -1,5 +1,3 @@
export HARECACHE="$NIX_BUILD_TOP/.harecache"
addHarepath () {
for haredir in third-party stdlib; do
if [[ -d "$1/src/hare/$haredir" ]]; then