From 75b9f26b1aebab5f7221d0dce3c8c5bd52e2e47c Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 3 Apr 2026 22:24:02 +0200 Subject: [PATCH] set nimble cache to pwd in Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index d6b38febb..57daa0c85 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,10 @@ ifneq (,$(findstring MINGW,$(detected_OS))) detected_OS := Windows endif +# Use a local .nimble dir to avoid interfering with other Nim repos +export NIMBLE_DIR := $(CURDIR)/.nimble +export NIMBLE_PKGS_DIR := $(CURDIR)/.nimble/pkgs + # NIM binary location NIM_BINARY := $(shell which nim) NPH := $(CURDIR)/nimbledeps/bin/nph