Use Nimble local deps to fix deployment issue

Fixes #1405
This commit is contained in:
Zed
2026-06-08 00:47:42 +02:00
parent 55d067957c
commit 9b9c86a15c
4 changed files with 11 additions and 4 deletions
+4
View File
@@ -11,3 +11,7 @@ warning("HoleEnumConv", off)
hint("XDeclaredButNotUsed", off)
hint("XCannotRaiseY", off)
hint("User", off)
# begin Nimble config (version 2)
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config