Merge pull request #186146 from AndersonTorres/hare

hare: do not set HARECACHE on the setup hook
This commit is contained in:
Anderson Torres 2022-08-11 18:03:00 -03:00 committed by GitHub
commit 2e7384b7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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