From 37dd27fb841e8417078b9d42def3f5c1354aac1e Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Tue, 21 Oct 2025 13:21:15 +1100 Subject: [PATCH] re-add mix (needed) --- waku.nimble | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index 0ee0bdc26..20ff8556f 100644 --- a/waku.nimble +++ b/waku.nimble @@ -31,7 +31,8 @@ requires "nim >= 2.2.4", "regex", "results", "db_connector", - "minilru" + "minilru", + "https://github.com/vacp2p/mix#0.1.0" ### Helper functions proc buildModule(filePath, params = "", lang = "c"): bool =