summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-08-11 18:03:00 -0300
committerGitHub <noreply@github.com>2022-08-11 18:03:00 -0300
commit2e7384b7dff4418bb800531190cc642313aa1c23 (patch)
tree96bb681923d8c50cad9004ca2f465e302a4dc059
parent4b7566cdd7f64b850fae7b32a41e2a67e2bb847d (diff)
parenta0165ee168c2f945b367261164e657b43956c7f2 (diff)
Merge pull request #186146 from AndersonTorres/hare
hare: do not set HARECACHE on the setup hook
-rw-r--r--pkgs/development/compilers/hare/hare/setup-hook.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/compilers/hare/hare/setup-hook.sh b/pkgs/development/compilers/hare/hare/setup-hook.sh
index 999b91df122f..d2d2c34354d6 100644
--- a/pkgs/development/compilers/hare/hare/setup-hook.sh
+++ b/pkgs/development/compilers/hare/hare/setup-hook.sh
@@ -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